Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit cc04c64

Browse files
authored
Update Startup.cs
1 parent befea97 commit cc04c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WebApp-WebAPI-OpenIdConnect-DotNet/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
7777
ClientId = ClientId,
7878
Authority = Authority,
7979
PostLogoutRedirectUri = Configuration["AzureAd:PostLogoutRedirectUri"],
80+
ResponseType = OpenIdConnectResponseTypes.CodeIdToken,
8081
GetClaimsFromUserInfoEndpoint = false,
8182

8283
Events = new OpenIdConnectEvents

0 commit comments

Comments
 (0)