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>();
|
public ICollection<string> Scope { get; } = new HashSet<string>();
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public PathString RemoteSignOutPath { get; set; }
|
public PathString RemoteSignOutPath { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue