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

Mention response_mode=fragment in 4.1.2 #97

Closed
will-bartlett opened this issue May 6, 2024 · 2 comments · Fixed by #96
Closed

Mention response_mode=fragment in 4.1.2 #97

will-bartlett opened this issue May 6, 2024 · 2 comments · Fixed by #96

Comments

@will-bartlett
Copy link

Microsoft Entra supports response_mode=fragment from https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html. Microsoft Entra's browser-based apps library (https://github.com/AzureAD/microsoft-authentication-library-for-js) uses this mode with the authorization code flow. The draft says:

Additionally, implicit clients can be subject to a further kind of attack.

It would be nice to clarify that both implicit clients and non-implicit clients using providers that support response_mode=fragment can be subject to this attack.

@will-bartlett
Copy link
Author

See also oauth-wg/oauth-browser-based-apps#52 for why I care about this. Performant browser-based apps prefer response_mode=fragment with the authorization code flow.

@danielfett
Copy link
Collaborator

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 a pull request may close this issue.

2 participants