Hello all,
I would like to understand how I can configure my Auth0 application settings to allow me to redirect to a particular route. Using localhost as an example URL, I am successful at getting the login to work. For example, my application URIs are:
This works great. I want to preserve the access to the user object that is provided by OAuth login. In this case, it sounds like I need to pass that information along as well. And to do that, I would need to follow the example on the same page of the documentation you provided.
For my node application I am currently using the express-openid-connect module. The version # is 2.8.0.
Within the actions, if we can reference the SDK, I am fine with the latest version. Does this help? It’d be great if there was an easier way to implement this.