You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using device authorization flow, device initiating the flow is public client and should be able to access endpoints /oauth2/device_authorization and /oauth2/token without providing additional authorization.
When using device authorization flow, device initiating the flow is public client and should be able to access endpoints
/oauth2/device_authorization
and/oauth2/token
without providing additional authorization.To Reproduce
With following configuration:
Requests
and
Expected behavior
Request should return successful response since client is public and should not be required to send additional Authorization header.
Currently only Authorization Code with PKCE flow does not require sending additional authorization.
The text was updated successfully, but these errors were encountered: