Merge branch 'release' into dev
This commit is contained in:
commit
cad841b8cb
|
|
@ -148,7 +148,7 @@ namespace Microsoft.AspNetCore.Builder
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the 'response_type'.
|
/// Gets or sets the 'response_type'.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ResponseType { get; set; } = OpenIdConnectResponseTypes.CodeIdToken;
|
public string ResponseType { get; set; } = OpenIdConnectResponseTypes.IdToken;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the list of permissions to request.
|
/// Gets the list of permissions to request.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue