Is there a way to support dynamic URLs and URLs other than index routes in Allowed Logout URLs when user is logged out?

Hi @som-matrix,

Welcome to Auth0 Community!

Unfortunately wildcards are only allowed for the subdomain and not the path. The suggested way to handle multiple routes is to use a single callback route (e.g. /callback), end redirect to the desired route from within your application. Here is another community post that covers this in some more detail: Allowed Callback URLs ending with a wildcard - #2 by prashantT

1 Like