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

Add redirect_uri in refreshToken parameters #455

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jsimonet-caldera
Copy link

Add redirect_uri parameter when requesting refresh_token.

It's recommended to use the redirect_uri while reaching /token endpoint. Please see https://openid.net/specs/openid-connect-core-1_0.html#TokenRequestValidation.

Ensure that the redirect_uri parameter value is identical to the redirect_uri parameter value that was included in the initial Authorization Request. If the redirect_uri parameter value is not present when there is only one registered redirect_uri value, the Authorization Server MAY return an error (since the Client should have included the parameter) or MAY proceed without an error (since OAuth 2.0 permits the parameter to be omitted in this case).

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.

1 participant