OHDSI / Atlas

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data
http://atlas-demo.ohdsi.org/
Apache License 2.0
266 stars 136 forks source link

Implement LDAP using TLS #2848

Closed bskrade closed 7 months ago

bskrade commented 1 year ago

We have installed Atlas on our server at the Medical College of Wisconsin using Broadsea. We would like to implement single sign on. However, MCW-IS requires the use of TLS certificates in our LDAP service. Is it possible to add an option for LDAP using TLS?

Some example java code can be found here: https://docs.oracle.com/javase/jndi/tutorial/ldap/ext/starttls.html

Expected behavior

Actual behavior

Steps to reproduce behavior

konstjar commented 1 year ago

You can use SAML to realise the SSO. TLS certificates should be generated by your organisation. It's not related to application.

alondhe commented 1 year ago

@bskrade - please have a look at the upcoming Broadsea 3.0 release, particularly here:

https://github.com/OHDSI/Broadsea/tree/develop#ldaps-ldap-over-ssl-or-secure-ldap

anthonysena commented 7 months ago

Closing this out due to age and based on the response by Konstantin. Please re-open if you feel there are enhancements required to support the TLS authentication.