'is it possible to add wildcarts in the redirect_uri in identity server?
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
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
