Can we redirect a user back to a parameterized URL when login with Auth0?

Hi @sean3,

Welcome to the Community!

In order to handle the callback dynamically, it’s advised to set up a single callback URL that handles the redirect for users.

Here is an FAQ about setting up dynamic callbacks:

In the FAQ above, the app would know before the user logs in where they should be redirected to after login. Since the app would probably not have the nickname before the login, I’d have to do some research to see how this has been handled in the past. To help with that, can you provide more info about your app such as which SDK you’re using? Thanks!