Update OpenIdConnectOptions.cs (#4408)

This commit is contained in:
Hans van Bakel 2018-12-04 18:24:10 -08:00 committed by Chris Ross
parent c0b74d916c
commit 98e5c8c0b3
1 changed files with 1 additions and 1 deletions

View File

@ -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; }