Update OpenIdConnectOptions.cs (#4408)
This commit is contained in:
parent
c0b74d916c
commit
98e5c8c0b3
|
|
@ -233,7 +233,7 @@ namespace Microsoft.AspNetCore.Authentication.OpenIdConnect
|
|||
public ICollection<string> Scope { get; } = new HashSet<string>();
|
||||
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
public PathString RemoteSignOutPath { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue