We want to add Azure AD B2C for authentication for frontend-users of our platform (CMS with Commerce). I'm trying to use OWIN for the authentication but we'd like to still use the default forms authentication for backend-users who need access to EPiServer.
Adding a section in the web.config to specify forms authentication for the /episerver folder isn't an option since we're hosting the site as an Azure webapp, and doing that configuration in the web.config isn't allowed.