Change redirect URI with Auth0 Lock

I’m unsure of how to change the redirect URI using Auth0 Lock when the user is authenticated. Right now, I enabled a specific callback in the settings on the app but I cannot change it to something else. Are there any resources that will be helpful for this?

Hi @lavega,

Welcome to the Community!

It is available in the auth property of the options object. See the docs on it:

https://auth0.com/docs/libraries/lock/lock-configuration#authentication

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