We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255ab89 commit 88c0c52Copy full SHA for 88c0c52
src/content/docs/bff/getting-started/blazor.mdx
@@ -69,7 +69,7 @@ Then you need to configure the application to use the BFF Blazor application. Ad
69
70
options.TokenValidationParameters.NameClaimType = "name";
71
options.TokenValidationParameters.RoleClaimType = "role";
72
- }
+ })
73
.WithDefaultCookieOptions(options =>
74
{
75
// Because we use an identity server that's configured on a different site
0 commit comments