is it possible to add wildcarts in the redirect_uri in identity server?

95 views Asked by At

I'm trying to configure a valid redirectUri for all of my swagger clients, It cost me a lot of work, cause I have to configure a redirectUri for local environment and one redirectUri for each environment.

I try to add something like * / * or http://* and this is not working.

Any Idea?

Thanks

1

There are 1 answers

6
Mehdi Payervand On

in #identityserver4 you can add many redirect URLs but domain name and subdomain will be used and port will be ignored:

https://for.example.com
https://for.example.com:888
https://for.example.com:999

are the same.