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

Request response_mode not respected for implicit grant #22

Open
RobertMe opened this issue Jun 20, 2023 · 0 comments
Open

Request response_mode not respected for implicit grant #22

RobertMe opened this issue Jun 20, 2023 · 0 comments

Comments

@RobertMe
Copy link
Contributor

According to the spec:

When using the Implicit Flow, all response parameters are added to the fragment component of the Redirection URI, as specified in OAuth 2.0 Multiple Response Type Encoding Practices [OAuth.Responses], unless a different Response Mode was specified.

But this isn't the case in the implementation, meaning it always returns a fragment. AuthGrant uses ResponseHandler to handle the requested response mode, but this can't be used for the ImplicitGrant as it is tightly coupled to the auth code flow (using AuthenticationRequest, the code, etc).

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