Closed matheushent closed 1 year ago
For most use cases, the Invitation
authenticator doesn't need to be in a flow. It should be sufficient to set the Invitation
required action to Enabled
in Authentication->Required Actions
It will automatically run on every login and add itself if the user has outstanding invitations.
I think this detail should be clearly mentioned in the public documentation.
Other than that, I could get the flow working, thank you!!
Updated. https://github.com/p2-inc/keycloak-orgs/tree/main#invitations See if you think that language is more clear. Thanks for the help and feedback.
amazing mate, very helpful. Thank you!!
So, what I've been trying is to use the
Invitation
authentication flow. Suppose I have a user namedfoo
that was invited to theboo
organization. How do I properly set an authentication flow to check the outstanding invitation and automatically add the userfoo
to theboo
organization if the invitation exists?So far I couldn't get this flow working. I'm thinking about this can be done in the post login flow, maybe adding some steps after... idk