Surface new default scheme coverage (#27357)

pull/27361/head
Luke Latham 2022-10-24 12:55:51 -05:00 committed by GitHub
parent b6ff36f1d1
commit a9c4a61386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
> [!NOTE]
> When a single authentication scheme is registered, the authentication scheme is automatically used as the app's default scheme, and it isn't necessary to state the scheme to <xref:Microsoft.Extensions.DependencyInjection.AuthenticationServiceCollectionExtensions.AddAuthentication%2A> or via <xref:Microsoft.AspNetCore.Authentication.AuthenticationOptions>. For more information, see <!-- <xref:security/authentication/index#defaultscheme> and --> the [ASP.NET Core announcement (aspnet/Announcements #490)](https://github.com/aspnet/Announcements/issues/490).
> When a single authentication scheme is registered, the authentication scheme is automatically used as the app's default scheme, and it isn't necessary to state the scheme to <xref:Microsoft.Extensions.DependencyInjection.AuthenticationServiceCollectionExtensions.AddAuthentication%2A> or via <xref:Microsoft.AspNetCore.Authentication.AuthenticationOptions>. For more information, see <xref:security/authentication/index#defaultscheme> and the [ASP.NET Core announcement (aspnet/Announcements #490)](https://github.com/aspnet/Announcements/issues/490).