Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/security-oidc-bearer-token-authenticati…
Browse files Browse the repository at this point in the history
…on-tutorial.adoc

Co-authored-by: Mickey Maler <[email protected]>
  • Loading branch information
michelle-purcell and MichalMaler committed Sep 15, 2023
1 parent 5ce6bb0 commit 6c03b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Any user with a valid token can access the `/api/users/me` endpoint.
As a response, it returns a JSON document with user details obtained from the information in the token.

The `/api/admin` endpoint is protected with RBAC (Role-Based Access Control), which only users with the `admin` role can access.
At this endpoint, the `@RolesAllowed` annotation is used to declaratively enforce the access constraint.
At this endpoint, the `@RolesAllowed` annotation is used to enforce the access constraint declaratively.

== Solution

Expand Down

0 comments on commit 6c03b48

Please sign in to comment.