Custom auth on dynamic URLs

Hi,

We’re using a custom UI login across our website.
It’s working perfectly on some URLs which are listed as allowed URLs in Auth0 application dashboard settings.
But authentication is not working on dynamic URLs like /video/{videoId} since they are not whitelisted in Allowed URLs list I guess.
Given that we can’t list all of those video urls in Allowed URLs list, how can we make auth work on those dynamic URLs?
To keep our UI design, we need the custom UI login feature rather than universal login.

Please let us know how we can accomplish that and let me know if you need more information on this.

Best,
Tavares

Hi @tavares,

Unfortunately, Allowed Web Origins does not allow wildcards in the path (i.e. www.example.com/*) like you describe.

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