Fix default value for ResponseType in doc comments (#11587)
The comment says that the default value for `ResponseType` is `CodeIdToken` (hybrid flow), but the property is actually set to `IdToken` (implicit flow)
This commit is contained in:
parent
15fb5b9e83
commit
dab27e7867
|
|
@ -28,7 +28,7 @@ namespace Microsoft.AspNetCore.Authentication.OpenIdConnect
|
|||
/// <para>BackchannelTimeout: 1 minute.</para>
|
||||
/// <para>ProtocolValidator: new <see cref="OpenIdConnectProtocolValidator"/>.</para>
|
||||
/// <para>RefreshOnIssuerKeyNotFound: true</para>
|
||||
/// <para>ResponseType: <see cref="OpenIdConnectResponseType.CodeIdToken"/></para>
|
||||
/// <para>ResponseType: <see cref="OpenIdConnectResponseType.IdToken"/></para>
|
||||
/// <para>Scope: <see cref="OpenIdConnectScope.OpenIdProfile"/>.</para>
|
||||
/// <para>TokenValidationParameters: new <see cref="TokenValidationParameters"/> with AuthenticationScheme = authenticationScheme.</para>
|
||||
/// <para>UseTokenLifetime: false.</para>
|
||||
|
|
|
|||
Loading…
Reference in New Issue