Allow multiple OAuth Reply URLs
Currently, an application can only be defined with a single OAuth Reply URL. This is very restrictive for applications where multiple authentication endpoints are required.
The workaround is to define multiple applications, but this doesn't scale well.
In my experience, all other OAuth providers I've used allow for many URLs to be defined within a single application.
1
vote
Anonymous
shared this idea
We already support multiple Redirect URI in OAuth setup. You can learn more here.