Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 28, 2023
1 parent 9555c68 commit 2f9c230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IssueVerifiableEmployee/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void ConfigureServices(IServiceCollection services)
.AddMicrosoftIdentityWebApp(Configuration.GetSection("AzureAd"))
.EnableTokenAcquisitionToCallDownstreamApi(new string[] { "user.read"})
.AddMicrosoftGraph()
.AddSessionTokenCaches();
.AddDistributedTokenCaches();

services.AddAuthorization(options =>
{
Expand Down

0 comments on commit 2f9c230

Please sign in to comment.