From 2bd4bef81836c5c6215a9faeeadfd99836c35cfe Mon Sep 17 00:00:00 2001 From: Michelle Purcell <92924207+michelle-purcell@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:30:39 +0100 Subject: [PATCH] Update docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc Co-authored-by: Mickey Maler --- .../security-oidc-bearer-token-authentication-tutorial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc b/docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc index db20c91cc2e9d..ff5188ca1788d 100644 --- a/docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc +++ b/docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc @@ -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.