Browse Source

React to API changes in aspnet/Security

f24c35f1a9
pull/37/head
Kévin Chalet 10 years ago
parent
commit
ffc87284f2
  1. 1
      samples/Mvc.Client/Startup.cs

1
samples/Mvc.Client/Startup.cs

@ -45,6 +45,7 @@ namespace Mvc.Client {
options.RequireHttpsMetadata = false;
options.GetClaimsFromUserInfoEndpoint = true;
options.SaveTokensAsClaims = true;
// Use the authorization code flow.
options.ResponseType = OpenIdConnectResponseTypes.Code;

Loading…
Cancel
Save