Problem: After announcement about changing IdentityServer pricing tier we decided to use AzureB2C as our Identity Provider. We have around 100k active users and we plan to migrate them from IdenityServer to AzureB2C in sequence based on user branch. This approach implies that we need to support during some period of time (until all users will be migrated to AzureB2C) authentication in two Identity Providers in the same time.
Question: I would like to ask if someone has created or planned similiar solution yet and second question more technically if it is possible to add to .NET applications (.NET Core, .NET Framework, WebForms) custom authentication provider which based on additional parameter authenticate user in IdentityServer or AzureB2C ?
