Skip to content

Commit

Permalink
Update cache to session
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 28, 2023
1 parent 55be1b9 commit 6063fce
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()
.AddDistributedTokenCaches();
.AddSessionTokenCaches();

services.AddAuthorization(options =>
{
Expand Down

0 comments on commit 6063fce

Please sign in to comment.