Problem Statement
We want to add the URL with wildcards at the end of the Allowed Callback URL with Auth0 by changing the URL path dynamically. For instance:
https://<domain>.com/<something dynamic>
Solution
Currently, Wildcards are only allowed for subdomains. The only workaround is to have a specific callback URL, and you can redirect users to the desired route from within your application. Please refer to the details on this topic.