Skip to content

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).

@DeepDiver1975
Copy link
Collaborator

Is this a behavior which is exposed by IdPs via the service discovers?

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