Hi,
Is it possible to use a wild card in a redirect_uri?
We're developing an app that can have multiple sub domains e.g.
User 1 can have a url:
https://testuser1.example.com/app
User 2 can have a url:
https://testuser2.example.com/app
Is it possible for a redirect_uri to be allowed form https://*.example.com/app?
Thanks!