Scope bug in device authorization request #9634
cgeorgilakis
started this conversation in
Ideas
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.
-
According to the Device AuthZ Grant specification (see Section 3.1), the device authorization request supports requesting the scope of the access request through the scope (optional) parameter.
However, Keycloak does not honour well the scope parameter (optional client scopes). This affects:
We have made a PR for fix this bug. Could you review it?
Beta Was this translation helpful? Give feedback.
All reactions