How to redirect users to password change flow after login #16503
Unanswered
se7entynine
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm currently struggling to get my redirect flow to work properly. I'm trying to enforce a password policy ( e.g. minimum length, letters, numbers, etc. ) and if that check fails, I want to redirect the user to the password change flow.
So the user authenticates ( username, password, mfa ) and is then redirected to the default password change flow. After changing the password, the login process should continue as normal.
Overview:
Logs:
Any ideas what could be wrong? I tried about 50 different combinations, but couldnt figure out whats wrong nor how it's possible to connect the password field to the previous stages input.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions