We’re encountering a problem in our OIDC authentication flow with Ory Kratos and Ory Hydra:
1. If a user already has an account, they are redirected to the /consent page as expected.
2. However, if the user’s email is unverified:
• The login process halts and prompts for email verification, which is fine.
• After the email is verified, the user is not redirected back to the /consent page for the client.
This disruption breaks the authentication flow, leaving the user stranded post-verification instead of completing the OIDC flow.
Has anyone else faced this issue? Any suggestions or workarounds would be greatly appreciated!