How to pass multiple urls to redirect uri?

<React.StrictMode>
<Auth0Provider
domain=“xxyy”
clientId=“ccvv”
authorizationParams={{
redirect_uri: //how to pass multiple uris?
}}
>

Hi there,

Thank you for reaching out to us!

Wanted to provide some information, in case others might also find this useful, but I believe you can achieve this with Actions, more information can be found on our documentation here.
In addition, this Blog post could also prove useful if you want to check it out.

Hope this helps!
Gerald

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.