diff --git a/src/Security/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectOptions.cs b/src/Security/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectOptions.cs index cbf6e8eab6..3983273039 100644 --- a/src/Security/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectOptions.cs +++ b/src/Security/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectOptions.cs @@ -233,7 +233,7 @@ namespace Microsoft.AspNetCore.Authentication.OpenIdConnect public ICollection Scope { get; } = new HashSet(); /// - /// Requests received on this path will cause the handler to invoke SignOut using the SignInScheme. + /// Requests received on this path will cause the handler to invoke SignOut using the SignOutScheme. /// public PathString RemoteSignOutPath { get; set; }