When a callback is made, I want to redirect to the URL of an arbitrary subdirectory

I believe that only fixed URLs can be specified in the tenant application's "Allowed Callback URLs", but I would like to be able to specify any subdirectory (if using a regular expression, I would like to specify something like "https://example.com/*"). Is there any way to do this?
(I would like to be able to specify variable information in the subdirectory and call it.)
I solved it myself.
By referring to the following site, I passed the subdirectory path to Auth0, received it when it returned after the redirect, and then redirected to that subdirectory on the app side, which worked.

https://developer.auth0.com/resources/guides/spa/react/basic-authentication

Hi @juse,

Welcome back to the Auth0 Community and thank you for sharing your solution with the rest of the members!

Have a good one!
Remus