I have multiple data sources where my users live and I want to use these data sources for authentication and other purposes on Auth0. For example, my internal company employee details are in an LDAP/AD and are organized into groups, roles, and permissions in LDAP/AD. External users who use my application live in an MSSQL database. I want to centralize my “identity management” through Auth0, So I want to know the following:
- will there be separate API endpoints for these 2 data sources?
- is there a way I can differentiate at Auth0 which data source to communicate with when a particular user logs in?