Skip to content

Commit

Permalink
Add additional notes to the doc. quarkusio#32143
Browse files Browse the repository at this point in the history
  • Loading branch information
SetoKaiba committed Sep 2, 2024
1 parent b702e31 commit 25fca05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/main/asciidoc/security-keycloak-authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,12 @@ export access_token=$(\
-d 'username=alice&password=alice&grant_type=password' | jq --raw-output '.access_token' \
)
----
+
[NOTE]
====
If the setting below is set, you should add the openid to the scope in the query parameters.
quarkus.oidc.authentication.user-info-required=true
====
The preceding example obtains an access token for user `alice`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,12 @@ export access_token=$(\
)
----
====
+
[NOTE]
====
If the setting below is set, you should add the openid to the scope in the query parameters.
quarkus.oidc.authentication.user-info-required=true
====

The preceding example obtains an access token for the user `alice`.

Expand Down

0 comments on commit 25fca05

Please sign in to comment.