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

return an ID token with Device Authorizaiton #426

Closed
1 task done
muhlemmer opened this issue Aug 17, 2023 · 1 comment · Fixed by #500
Closed
1 task done

return an ID token with Device Authorizaiton #426

muhlemmer opened this issue Aug 17, 2023 · 1 comment · Fixed by #500
Assignees
Labels

Comments

@muhlemmer
Copy link
Collaborator

muhlemmer commented Aug 17, 2023

Although Device Authorization is an Oauth2-only extension (there is no mention in the OIDC standard) it would be useful if we return an ID Token is the requested scope is set to openid. This is to have a compatible result with the rest of the toolkit, regardless of the method of authentication flow that is choosen.

Acceptance criteria

  • When scope openid is set, an ID Token to be returned to the device.
Copy link

🎉 This issue has been resolved in version 3.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant