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 6c03b48 commit 2bd4bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public class AdminResource {
+
[NOTE]
====
The main difference in this example is that the `@RolesAllowed` annotation is used to verify that only users granted with the `admin` role can access the endpoint.
The main difference in this example is that the `@RolesAllowed` annotation is used to verify that only users granted the `admin` role can access the endpoint.
====

Injection of the `SecurityIdentity` is supported in both `@RequestScoped` and `@ApplicationScoped` contexts.
Expand Down

0 comments on commit 2bd4bef

Please sign in to comment.