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 for RFC 9207 - OAuth 2.0 Authorization Server Issuer Identification #1720

Open
ThisIsMissEm opened this issue Jul 26, 2024 · 0 comments

Comments

@ThisIsMissEm
Copy link
Contributor

This document specifies a new parameter called iss. This parameter is used to explicitly include the issuer identifier of the authorization server in the authorization response of an OAuth authorization flow. The iss parameter serves as an effective countermeasure to "mix-up attacks".

RFC 9207

I'd advocate for supporting this, since it prevents mix-up attacks as noted in OAuth 2.0 Security Best Current Practices.

This would require additional configuration of an issuer which defaults to the root_url for the Rails App. It would also require #1587.

I would be interested in implementing both in Doorkeeper if there is interest in receiving pull requests for these.

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

1 participant