FORTH-ICS-INSPIRE / artemis-web

The web frontend of the ARTEMIS software project (https://github.com/FORTH-ICS-INSPIRE/artemis).
BSD 3-Clause "New" or "Revised" License
5 stars 8 forks source link

Unable to authenticate via LDAP when a self signed certificate is present in the chain. #169

Open brianmask opened 1 year ago

brianmask commented 1 year ago

Is your feature request related to a problem? Please describe. Unable to use LDAP Authentication when a self signed certificate is present in the chain.

Describe the solution you'd like Documentation on how to add the organizations self signed certificate into the trusted chain for ldap authentication.

Describe alternatives you've considered Tried setting volumes containing the offending certificates to /etc/openldap/cacerts Tried adding the certificates to /usr/local/share/ca-certificates/ and running update-ca-certificates

Additional context Any suggestions or documentation how to get past image

and allow LDAP authentication when the organization uses self signed certificates exclusively.

coredump17 commented 1 year ago

i am also running into this issue. Do we have a way of disabling the cert check or trusting a CA?

vkotronis commented 1 year ago

Hmmm @CuriouzK0d3r any ideas based on the React package we are using for LDAP auth? Maybe there is a bypass option we can expose for signing in in that case.

coredump17 commented 1 year ago

just wondering if anyone has found a way to achieve this ?