Newbie here, just registered with Auth0 to see if I can have custom login flow for our users.
I’ve been reading the docs and this forum without finding what I’m looking for, so here my use case(simplified):
- User logs in to Auth0
- After successful login, prompt the user with a custom page with two buttons; Red and Blue.
- Based on which button pressed, add the value as claim in the issued token.
If this is possible, can someone point me in the right direction? I don’t see any examples showing a custom page in a flow action.
EDIT: I see that I can redirect to external pages, but I just want a simple html page embedded in the flow if possible.
– marius