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
Ais a member of OrgO. - User
Ainvite UserBby email (e.g. b@gmail.com). UserBis a new user (i.e. neither a password user nor a known social user at auth0) - User
Breceive email and follow the link to accept the invitation. - User
Bis able to sign in and become a member of OrgOvia google sign in fromb@gmail.com.

