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.
2 parents 255ab89 + 88c0c52 commit 8e4b7a8Copy full SHA for 8e4b7a8
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