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

Support device auth flow #395

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from
Open

Conversation

telekid
Copy link

@telekid telekid commented Nov 16, 2023

This PR adds support for the oauth Device Authorization Flow to go-oidc.

The oauth2 package added Device Authorization Flow support in version 0.13.01. In order to use this flow, the DeviceAuthURL endpoint must be set on the ProviderConfig. This value is made available during dynamic endpoint discovery via the device_authorization_endpoint json key. (See https://www.rfc-editor.org/rfc/rfc8628#section-4).

Tested locally against Auth0.

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

Successfully merging this pull request may close these issues.

None yet

1 participant