Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adomi committed Apr 26, 2021
1 parent 82202f6 commit 794f1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/services/auth-guard-sso-role.service.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ const appRoutes: Routes = [
```

If the user now clicks on a link or button that follows this route, they will be not able to access this content if they do not have the Realms roles.
<br>**Note**: An additional role ACS_ADMIN can be used in the roles array, which will result in checking whether the logged in user has ACS Admin capabilities or not, as this role is not part of the JWT token it will call an ACS API to determine it.
<br>**Note**: An additional role ALFRESCO_ADMINISTRATORS can be used in the roles array, which will result in checking whether the logged in user has Content Admin capabilities or not, as this role is not part of the JWT token it will call a Content API to determine it.


Client role Example
Client role Example
```ts
const appRoutes: Routes = [
...
Expand Down

0 comments on commit 794f1b3

Please sign in to comment.