The application I’m configuring has a special requirement that implies the logout URL path will change and they will use multiple of them. I was trying to set https://xxxxx.com/* to allow any path with wildcards but it is not working. It will only work if I specify the URL with the EXACT same path. Is there any workaround for this? Am I using the wildcard wrongly?
Hi @tdeberardis
Welcome to the Auth0 Community!
Thank you for posting your question. Unfortunately, due to security concerns, you are unable to match the subdomain patterns this way. It’s validating our star symbol rules mentioned here → Subdomain URL Placeholders
- The wildcard must be located in a subdomain within the hostname component.
https://*.com
will not work.
Thanks
Dawid
1 Like