Skip to content

Commit

Permalink
docs: rename to MVC
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed May 11, 2024
1 parent 0798a1d commit 071a1a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default withMermaid({
{ text: 'Authorization', link: '/examples/authorization-getting-started' },
{ text: 'Resource Authorization ✨', link: '/examples/resource-authorization' },
{ text: 'Clean Architecture', link: '/examples/auth-clean-arch' },
{ text: 'Web App', link: '/examples/web-app-razor' },
{ text: 'Web App MVC', link: '/examples/web-app-mvc' },
{ text: 'Web API + Blazor', link: '/examples/web-api-blazor' }
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WebApp
# WebApp MVC

<<< @/../samples/WebApp/Program.cs

Expand Down
2 changes: 1 addition & 1 deletion samples/WebApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
};
// NOTE, the source for claims is id_token and not access token.
// NOTE, the source for claims is id_token and not access_token.
// By default, id_token doesn't contain realm_roles claim
// and you will need to create a mapper for that
options.ClaimActions.MapUniqueJsonKey("realm_access", "realm_access");
Expand Down

0 comments on commit 071a1a0

Please sign in to comment.