-
I would like to do this via an API without using the thanks :) |
Beta Was this translation helpful? Give feedback.
Answered by
sezanzeb
Feb 6, 2023
Replies: 1 comment
-
this is how it works with the cli:
oauth2:
client_credentials:
default_grant_allowed_scope: true in hydras config so that the client scopes are always included in the jwt payload,
also see #2809 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sezanzeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is how it works with the cli:
in hydras config so that the client scopes are always included in the jwt payload,
Use
--scope
inhydra create client
orhydra update client
Check
.scp
of the payload, which is an array of strings, instead of.scope
also see #2809