Hi all,
we have an LDAP filled DB and a separate DB for our website (managed by Auth0)… How can we authenticate people through both databases (with a certain order)?
greetings,
Bram
Hi all,
we have an LDAP filled DB and a separate DB for our website (managed by Auth0)… How can we authenticate people through both databases (with a certain order)?
greetings,
Bram
Hi bram.dejong,
If you are wanting to have both an AD/LDAP enterprise connection and an Auth0 database connection enabled for the same application, unfortunately the only way to “select” between these two options would be to include the intended connection’s name as a parameter in the /authorize
request. By default, only one Database or AD/LDAP connection is used on the login page if you do not specify with the connection
parameter. Authentication API Explorer
Thanks,
Dave
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.