Hi @ivo.pachecu,
Welcome to the Auth0 Community!
Yes, this is possible by using an Auth0 Post-Login Action to redirect them based on the user’s Role.
To do so, you will need to check the event.authorization.roles
property and redirect the users using the api.redirect.sendUserTo()
method.
See here to learn more on how to redirect users using a Post Login Action.
Please let me know if you have any questions.
Thank you.