I am creating a basic invitation flow,
Step1: User receives email with link to registration
Step1: User fills out registration
Step1: User is transferred to application
The first two steps I completed by creating a required action provider and remotely
created the user with the proper email and then sent an ExecuteActionsEmail, the problem
is that after the user fills out the information and updates their account I am unable to
redirect them to the application. I've tried setting the redirect URI in the context
client session without success and was wondering if anyone knew a way to do this. I also
would like to authorize the user for the application so they don't have to login
again. I've gone through the documentation but wasn't able to find anything
applicable.
I'm also wondering where I can find documentation on the Keycloak project architecture
to help in understanding how Keycloak works.
Thanks,
Will