We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 382da31 + 3a831cc commit 7bb23f7Copy full SHA for 7bb23f7
1 file changed
astro/src/content/docs/identityserver/quickstarts/javascript-clients/js-with-backend.mdx
@@ -125,7 +125,7 @@ Add the following to `src/JavaScriptClient/Program.cs`:
125
options.SaveTokens = true;
126
options.GetClaimsFromUserInfoEndpoint = true;
127
options.MapInboundClaims = false;
128
- }
+ })
129
.ConfigureCookies(options => options.Cookie.SameSite = SameSiteMode.Strict)
130
.AddRemoteApis();
131
0 commit comments