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
in #identityserver4 you can add many redirect URLs but domain name and subdomain will be used and port will be ignored:
are the same.