How to access the OAuth access token? #33768
krisztiankocsis
started this conversation in
Community
Replies: 2 comments 4 replies
-
There is a |
Beta Was this translation helpful? Give feedback.
3 replies
-
@krisztiankocsis Hi, is the simplest option, the code flow token will be automatically propagated. If you prefer you can inject it as either |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! We have a Quarkus app that is having OIDC based authentication to an external OIDC auth provider. How can we access the user's access_token from code, as we need it to perform authentication agains an external REST based service? Is it accessible via injected UserInfo?
Beta Was this translation helpful? Give feedback.
All reactions