Say that I config my tenant to allow authentication with SAML, Google, Git, and DB.
Some of my users logging-in with social, some with DB and some with SAML.
Questions:
- Does Auth0 allow such configuration?
- Say that I use Auth0 Lock for authentication - do I connect to Auth0 with OUTH2.0 for all methods including SAML users? (i.e. Auth0 connects to the user’s organization to authenticate with SAML, but connect to my app with OUTH2.0)
Thanks,