LDAP for only User Information and OIDC for Login Purpose

0
Hi,   I am kind a new for synchronizations.   I want my project to have both OIDC Login and LDAP user sycnhronization.   Since we use Workflows in our project, we have to get all users to create users for them at first. So we have to use LDAP synchronization.   But i wonder that can i use LDAP users with OIDC module for login or not ?   Actually i just want to get user Information Via LDAP integration.    
asked
1 answers
0

Yes it is possible to use LDAP to only sync users into your app.

Using the capability to validate username/password against your LDAP is optional.

OIDC SSO module is the better option for SSO / User login.

In the OIDC SSO configuration you will probably want to turn off the Just-in-Time user provisioning, since you'll be using LDAP to provision your users.

 

 

answered