Skip to content

Remove support for setting default scheme from user-jwts #42578

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 6, 2022

Conversation

captainsafia
Copy link
Member

Part of #42481.

Superseded by #42497.

@captainsafia captainsafia added old-area-web-frameworks-do-not-use *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels feature-authentication labels Jul 5, 2022
@captainsafia captainsafia requested a review from a team July 5, 2022 16:45
…Settings.cs

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
@@ -14,7 +14,6 @@ namespace Microsoft.AspNetCore.Authentication;
public class AuthenticationService : IAuthenticationService
{
private HashSet<ClaimsPrincipal>? _transformCache;
private const string defaultSchemesOptionsMsg = "The default schemes can be set using either AddAuthentication(string defaultScheme) or AddAuthentication(Action<AuthenticationOptions> configureOptions) or by setting the Authentication:DefaultScheme property in configuration.";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aww, this was a nice change

@captainsafia captainsafia enabled auto-merge (squash) July 5, 2022 17:09
@captainsafia captainsafia merged commit db855a5 into dotnet:main Jul 6, 2022
@ghost ghost added this to the 7.0-preview7 milestone Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-authentication old-area-web-frameworks-do-not-use *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants