Skip to content

Have wildcards in redirect_uri of client configuration #2512

Answered by vinckr
jillesvo asked this question in Q&A
Discussion options

You must be logged in to vote

From the OAuth2.0 spec:

The authorization server SHOULD require the client to provide the
complete redirection URI (the client MAY use the "state" request
parameter to achieve per-request customization). If requiring the
registration of the complete redirection URI is not possible, the
authorization server SHOULD require the registration of the URI
scheme, authority, and path (allowing the client to dynamically vary
only the query component of the redirection URI when requesting
authorization).

I think what you are looking for is achieved in Hydra using the stateparameter
The state parameter will be appended to the redirect URL despite it not being whitelisted.

From Implementing Login, …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jillesvo
Comment options

@aeneasr
Comment options

@jillesvo
Comment options

@aeneasr
Comment options

Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants