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

Fixed wrong combination of response_type and response_mode #81

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

mpg-jun-naito
Copy link
Contributor

I think the combination of response_type and response_mode is wrong, so I fixed it.

https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html#Combinations

This section defines combinations of the values code, token, and id_token, which are each individually registered Response Types.

The default Response Mode for this Response Type is the fragment encoding and the query encoding MUST NOT be used.

https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html#Combinations
> This section defines combinations of the values code, token, and id_token, which are each individually registered Response Types.

> The default Response Mode for this Response Type is the fragment encoding and the query encoding MUST NOT be used.
@lyokato lyokato merged commit fac60d8 into lyokato:master Feb 10, 2022
@mpg-jun-naito mpg-jun-naito deleted the fix_response_mode branch February 15, 2022 11:47
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.

2 participants