From 98e5c8c0b3c0625947dfe3ade272282286005a2d Mon Sep 17 00:00:00 2001 From: Hans van Bakel Date: Tue, 4 Dec 2018 18:24:10 -0800 Subject: [PATCH] Update OpenIdConnectOptions.cs (#4408) --- .../OpenIdConnectOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }