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

Document use of multiple OAuth redirect URLs #69

Open
danpalmer opened this issue Aug 17, 2017 · 4 comments
Open

Document use of multiple OAuth redirect URLs #69

danpalmer opened this issue Aug 17, 2017 · 4 comments

Comments

@danpalmer
Copy link
Contributor

danpalmer commented Aug 17, 2017

The developer console indicates that applications can specify multiple redirect URLs, which could be particularly useful for developing on localhost and running in production on a public domain.

screenshot 2017-08-17 17 05 25

I have attempted to use URLs in the following formats:

http://localhost:8080/receive, https://prod.foo.com/receive
http://localhost:8080/receive,https://prod.foo.com/receive
http://localhost:8080/receive; https://prod.foo.com/receive
http://localhost:8080/receive;https://prod.foo.com/receive

None of these appear to have worked so far. It would be great to get some documentation on what format these URLs should be in.

@ultrasecreth
Copy link

@danpalmer Any luck making this work?

@danpalmer
Copy link
Contributor Author

@bbonanno no luck. The API is out of development though now so I haven’t been putting time into this.

@ultrasecreth
Copy link

@danpalmer I see..., I hacked it in a different way, although using multiple URLs would had been better

Thanks for the answer anyway!

@gitbjorn
Copy link

Comma and no space seems to work for me. Could it be you have some query string? I found out the redirect_uri doesn't work if you have a query string.

For me it would have been helpful if there would have been something documented about the obligation to set the redirect_uri in the client settings.

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

No branches or pull requests

3 participants