Fix AuthenticationSchemes not respected in multiple authentication schemes in .NET
In a recent project, I had to add support for multiple identity providers. Some endpoints/controllers will be restricted to a particular identity provider while others can be authenticated with either identity provider. Even though we only had one identity provider, we actually already constructed it in a way where it’s a collection of multiple providers. … [Read more…]