Is there a way for users to accept invitations to join an organization via social login? What we have seen now is that signing up/in with a password is the only option when accepting invitations.
We want to implement the following flow:
- User
A
is a member of OrgO
. - User
A
invite UserB
by email (e.g. b@gmail.com). UserB
is a new user (i.e. neither a password user nor a known social user at auth0) - User
B
receive email and follow the link to accept the invitation. - User
B
is able to sign in and become a member of OrgO
via google sign in fromb@gmail.com
.