Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDAP Integration - Add support for StartTLS #963

Closed
ghillert opened this issue Oct 19, 2016 · 3 comments
Closed

LDAP Integration - Add support for StartTLS #963

ghillert opened this issue Oct 19, 2016 · 3 comments
Assignees

Comments

@ghillert
Copy link
Contributor

ghillert commented Oct 19, 2016

While SSL over LDAP (LDAPs) is supported, we don't currently support StartTLS out of the box.

In order to use StartTLS we have to configure Spring LDAP with a DirContextAuthenticationStrategy, e.g. DefaultTlsDirContextAuthenticationStrategy.

As such we have to add an additional YAML property:

dataflow.security.authentication.ldap.starttls-enabled

We probably also need to support the ability to switch between the relevant DirContextAuthenticationStrategy:

  • DefaultTlsDirContextAuthenticationStrategy
  • ExternalTlsDirContextAuthenticationStrategy

Testing is a bit of an issue as ApacheDS 1.5 has some iffy support for StartTLS in regards to configuring certificates.

@ghillert ghillert added the type/enhancement Is an enhancement request label Oct 19, 2016
@sabbyanandan
Copy link
Contributor

In 2.x, we will revisit this in the context of OAuth's integration model with LDAP.

@sabbyanandan sabbyanandan added this to the 2.0.0.M1 milestone Oct 30, 2018
@sabbyanandan sabbyanandan modified the milestones: 2.0.0.M1, 2.0.0.M2 Nov 13, 2018
@sabbyanandan sabbyanandan removed this from the 2.0.0.M2 milestone Dec 26, 2018
@sabbyanandan
Copy link
Contributor

Closing this in favor of the UAA's OAuth + LDAP possibilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants