Hello, so basically, after a user is authenticated, I want User A to be redirected to 1 URL, and then User B to be redirected to another URL. How would I make this happen in Auth0?
For context, I want to be able to use one single Auth0 Application to achieve this behavior. Also, each user is going to the same website but just different environments on that website. Think of it like being logged into Dev and QA.
We are trying to reply to older posts and provide some information, in case others come across the same situation and find it useful.
For the scenario described, it is possible to use the state parameter in order to add some redirect logic, once the user has landed on the callback URL.
As the state parameter is sent by the application to Auth0, adding logic based on user attributes will need to be completed on the application level.