Include scope in the list of claims - 2025.6.x #16412
Unanswered
thepipeman
asked this question in
Q&A
Replies: 0 comments
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.
-
Context
I want to use the list of scopes and parse it for my security configuration. I have a custom scope "booking:write" which is also added in the list of available scopes in my OAuth2 Provider:
Issue
Now, when a request a token (client_credentials - for a machine-to-machine authn/authz), the claim
scope
is not included in the JWT.Request:
Decoded JWT
The
scope
claim is missing.I have tried exposing a custom claim
scope
using the following:But nothing works.
Can anyone help me expose
scope
as a claim?Beta Was this translation helpful? Give feedback.
All reactions