Ramsai
Ramsai14mo ago

Registration to application redirect

Hi , I've been working on custom login UI for a few days (https://zitadel.com/docs/guides/integrate/login-ui/username-password). So the basic login flow would be Registration -> Login -> Password -> Application. Is it possible to generate a session upon successful registration so that the user can be redirected directly to the application without going through the login and password process?
1 Reply
fabienne
fabienne14mo ago
I think this should be possible, as you anyway implement everything yourself, you can create a session and the registration. e.g do the create user and then the create session with the same information

Did you find this page helpful?