Hello Folks,
This is my workflow:
-
I create an Enterprise SSO integration with one of my clients.
-
I integrate SSO in my app.
-
I call the
/api/v2/users
endpoint.
My questions:
Does Auth0 always store the user information in their hosted database? For a particular integration, how do I know if Auth0 is hosting the user database, or not?
How does Auth0 add users to the user database? If a user has never logged in, does that mean that this user record won’t exist in the Auth0 hosted database for that integration?
This question is motivated by the fact that there are situations in my login process that will require for me to check if a user exists by calling the users endpoint.
Appreciate any help I can get on this.