Adding multiple Redirect URIs as API Credentials
Hi,
My name is Fran and I am trying to integrate Zoho with my App through Oauth.
The point is that I need several entry points (redirect URIs) as callback, but when I add a URI, the UI doesn't let me add another one. I could add multiple URIs by adding several API clients but this will generate several tokens and I need just one, how could I add multiple URIs to just one API client?
I tried to add them separated by commas, spaces... But this didn't work.
Thank you