-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support OIDC device code flow without PKCE #410
Comments
It seems like authorization code flow also works without PKCE and client secret, so should be added, too. |
In what context or with what provider have you observed that? |
Interestingly, it seems like the R client supports authorization_code without PKCE, but with secret: |
There's the possibility to support Device Code without PKCE it seems.
Proposal is to extend the list of allowed grant types:
https://github.com/Open-EO/openeo-api/blob/master/openapi.yaml#L1859-L1868
with
urn:ietf:params:oauth:grant-type:device_code
cc @soxofaan @aljacob
The text was updated successfully, but these errors were encountered: