We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a51a6a commit b23fc76Copy full SHA for b23fc76
Microsoft.Identity.Web/WebAppServiceCollectionExtensions.cs
@@ -76,7 +76,7 @@ public static IServiceCollection AddWebAppCallsProtectedWebApi(
76
services.Configure<OpenIdConnectOptions>(openIdConnectScheme, options =>
77
{
78
// Response type
79
- //options.ResponseType = OpenIdConnectResponseType.CodeIdToken;
+ options.ResponseType = OpenIdConnectResponseType.CodeIdToken;
80
81
// This scope is needed to get a refresh token when users sign-in with their Microsoft personal accounts
82
// It's required by MSAL.NET and automatically provided when users sign-in with work or school accounts
0 commit comments