Hi,
We want to assign Roles to users from a Federated IdP, before they have signed in. Problem is the user does not exist in Auth0 until they have signed for the first time.
So far the process we have worked out and that is not optimal is:
- Send invite to user
- Wait for user to sign up using their federated provider. (User can’t use the App as role still not assigned…)
- User let us know it has signed-in
- Assign role to user as it is now created in Auth0
Any suggestions on how to improve this process?