Skip to content
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

Add device flow authorization support #357

Closed
sealbro opened this issue Oct 31, 2022 · 2 comments
Closed

Add device flow authorization support #357

sealbro opened this issue Oct 31, 2022 · 2 comments

Comments

@sealbro
Copy link

sealbro commented Oct 31, 2022

Hi, guys!

What do you think about supporting device flow authorization?

Configuration .well-known/openid-configuration contains device_authorization_endpoint
like {{KEYCLOAK_URL}}/realms/{{KEYCLOAK_REALM}}/protocol/openid-connect/auth/device

I think adding URL into providerJSON/Provider and a method like here for waiting for token

@ericchiang
Copy link
Collaborator

Hey!

The spec you're referring to (https://www.rfc-editor.org/rfc/rfc8628.html) is an OAuth 2.0 specification. It's not related to OpenID Connect (https://openid.net/developers/specs/).

This issue is likely better for Go's oauth2 repo: https://github.com/golang/oauth2

Going to close out since go-oidc is focused on OpenID Connect, not OAuth 2.0. But please re-open if I've misunderstood.

@sealbro
Copy link
Author

sealbro commented Oct 31, 2022

Ok, thanks!
Issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants