Skip to content

How do I allow dynamic redirect URIs for my integration? #260

Discussion options

You must be logged in to vote

Wildcards ( * ) allow dynamical redirect URIs by being added at the end of a URI (e.g., http://host.com/*)

For example, http://host.com/* allows redirects to any subdirectories of the http://host.com

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zsamji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment