File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ public static WebApplication ConfigureServices(this WebApplicationBuilder builde
3434 // cookie policy to deal with temporary browser incompatibilities
3535 builder . Services . AddSameSiteCookiePolicy ( ) ;
3636
37+ builder . Services . AddKeyedHybridCache ( "ProofTokenReplayHybridCache" ) ;
38+
3739 builder . Services . AddIdentityServer ( options =>
3840 {
3941 options . Events . RaiseErrorEvents = true ;
@@ -69,7 +71,7 @@ public static WebApplication ConfigureServices(this WebApplicationBuilder builde
6971 . AddLocalApi ( )
7072 . AddJwtBearer ( "dpop" , options =>
7173 {
72- // options.Authority = "https://localhost:5001";
74+ //options.Authority = "https://localhost:5001";
7375 options . Authority = "https://demo.duendesoftware.com" ;
7476
7577 options . TokenValidationParameters . ValidateAudience = false ;
You can’t perform that action at this time.
0 commit comments