Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Question: is it possible to allow any in the client RedirectUris? #787

Closed
aliwaddell opened this issue Jan 20, 2015 · 3 comments
Closed
Labels

Comments

@aliwaddell
Copy link

if i have a dev team of 5 all working on the same project and we have 1 dev idSrv, then i have to set 5 RedirectUris( 1 for each dev ).on the client.
I would like to say "This is a dev server so allow anyone"

Is it possible? or have i just got it wrong?

@brockallen
Copy link
Member

You can register multiple redirect URIs for the client application (so one per dev machine). The other approach is that you can configure IdentityServer on each person's dev machine.

@johnkors
Copy link
Contributor

Another option is to implement IRedirectUriValidator. Before you do though, read this issue :

#535 (comment)

Maybe only use it in the dev environments.

@leastprivilege
Copy link
Member

I'd recommend you type in the 5 URLs...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants