When reading the documentation about the verification email flow in the New Universal Login experience, I can see that a user should be redirected to the “login_initiate_uri” of the application. Whenever a user already has a valid session, the login process shouldn’t require interactive actions. Configure Default Login Routes
However, with following scenario, I get to the login page after verifying my email, but I still need to fill in my credentials (even though I am logged in before verifying my email adres). Is this a bug, or do I misunderstand the documentation?
Scenario:
- Visit demo application
- Register a new user
- Go back to the demo application
- Check your mails - click verify email link
- You verified your email (success result screen) → click back to application
Actual:
- I get redirected to the login screen, but I still need to fill in my credentials (even though I was logged in)
Expected:
- I get redirected back to the application without needing to fill in my credentials
Kind regards,
Kiani