How to redirect user back to application after setting password
Hi Zitadel team,
My use case is that user is invited by admin and then use the link in invite email to setup password. After setup password, I want the user to redirect to my application. Is there a way to achieve this eg. creating auth request to mimic user self-registration flow?
Solution I could think of are
1. Create my own setup password UI
2. Fork UI v2 and make it accept redirect query params
Context
- Zitadel v4.4.0 self-hosted
- Using Login UI v2
- Currently create user via API v1 but plan to move to v2
My use case is that user is invited by admin and then use the link in invite email to setup password. After setup password, I want the user to redirect to my application. Is there a way to achieve this eg. creating auth request to mimic user self-registration flow?
Solution I could think of are
1. Create my own setup password UI
2. Fork UI v2 and make it accept redirect query params
Context
- Zitadel v4.4.0 self-hosted
- Using Login UI v2
- Currently create user via API v1 but plan to move to v2
