Hi there, I believe there should be a setting on verification to sign you in after a successful verification.
We have the following configuration:
• Require verified address for login - Enabled
• Show verification screen after password registration - Enabled
• Enable sign in after registration - Disabled ( security reasons we can’t allow this )
After you register you are redirected to the verify account screen, this is correct. But after verifying your account you are then redirected back to login.
The same goes when you try and sign-in with an unverified account, you are redirected to the verify your account screen, but then after verifying it takes you back to the login screen to then re-enter the same details you just did. I also tested with wrong details, it won’t redirect you to the verify screen. So on Ory it already knows you entered the correct details, you just need to verify your email.
The expected behaviour is that there should be a setting that is the same as the
Enable sign in after registration
but for verification. So after successful verification it will sign you in and redirect to the return_to url. Basically how the sign-in with code works.
cc:
@broad-eve-11212