Certificate Authentication LDAP #3845
-
Hi team, I was testing it with OpenLDAP and works great. I have a project where LDAP is provided by Google Workspace (Secure LDAP) The authentication mechanism works using certificates, and the user credentials are not sufficient to bind successfully. The way to configure it and obtain the credentials and certificates is documented here For example this ldapsearch works great with certificates:
I found in the source code two options: ClientCertificateData and ClientKeyData but wasn't able to reason about them, for example the comment: My Question is: is this scenario supported in DexIDP? Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to find it by digging deep in the LDAP Connector code, good news is this is working with:
|
Beta Was this translation helpful? Give feedback.
I was able to find it by digging deep in the LDAP Connector code, good news is this is working with:
clientKey: "/home/user/certs/google.key" clientCert: "/home/user/certs/google.crt"
Passing the certificates directly in the config as data base64 is not supported.