Skip to content

Commit b23fc76

Browse files
committed
Uncommenting a needed line
1 parent 3a51a6a commit b23fc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Identity.Web/WebAppServiceCollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static IServiceCollection AddWebAppCallsProtectedWebApi(
7676
services.Configure<OpenIdConnectOptions>(openIdConnectScheme, options =>
7777
{
7878
// Response type
79-
//options.ResponseType = OpenIdConnectResponseType.CodeIdToken;
79+
options.ResponseType = OpenIdConnectResponseType.CodeIdToken;
8080

8181
// This scope is needed to get a refresh token when users sign-in with their Microsoft personal accounts
8282
// It's required by MSAL.NET and automatically provided when users sign-in with work or school accounts

0 commit comments

Comments
 (0)