Learn how to configure JumpCloud LDAP for authenticating into Infisical.
Prepare LDAP in JumpCloud
Prepare the LDAP configuration in Infisical
ldaps://ldap.jumpcloud.com:636
).uid=<ldap-user-username>,ou=Users,o=<your-org-id>,dc=jumpcloud,dc=com
).Bind DN
when performing the user search.ou=Users,o=<your-org-id>,dc=jumpcloud,dc=com
).(uid={{username}})
).ou=Users,o=<your-org-id>,dc=jumpcloud,dc=com
).(&(objectClass=groupOfNames)(member=uid={{.Username}},ou=Users,o=<your-org-id>,dc=jumpcloud,dc=com))
)Test the LDAP connection
Define mappings from LDAP groups to groups in Infisical
Engineers
to the Infisical group Engineers
when the user sets up their account with Infisical.In this case, you would specify a mapping from the LDAP group with CN Engineers
to the Infisical group Engineers
.
Now when the user logs into Infisical via LDAP, Infisical will check the LDAP groups that the user is a part of whilst referencing the group mappings you created earlier. Since the user is a member of the LDAP group with CN Engineers
, they will be added to the Infisical group Engineers
.
In the future, if the user is no longer part of the LDAP group with CN Engineers
, they will be removed from the Infisical group Engineers
upon their next login.Enable LDAP in Infisical