Merge branch 'release' into dev

This commit is contained in:
Chris R 2016-04-21 15:19:09 -07:00
commit cad841b8cb
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ namespace Microsoft.AspNetCore.Builder
/// <summary>
/// Gets or sets the 'response_type'.
/// </summary>
public string ResponseType { get; set; } = OpenIdConnectResponseTypes.CodeIdToken;
public string ResponseType { get; set; } = OpenIdConnectResponseTypes.IdToken;
/// <summary>
/// Gets the list of permissions to request.