What is the point of configuring DefaultScheme and DefaultChallengeScheme on ASP.NET Core?
First of all note that you are not using ASP.NET Core Identity there. Identity is the user management stack that builds on top of the authentication system. You appear to be using OpenID Connect with an IdentityServer as the provider, so your web application will only consume the OIDC information but not have to manage … Read more