Sandip Patel
Sandip Patel

Reputation: 33

how to do LDAP Authentication in spring cloud data flow server?

Currently spring cloud data flow support oAuth Authentication and i want to autheticate my spring cloud dataflow server on cloud foundry using LDAP. is there any way by which i can do it?, is there any documentation available?

Upvotes: 1

Views: 351

Answers (1)

Sabby Anandan
Sabby Anandan

Reputation: 5651

With the SCDF's 1.0.0.RELEASE, only OAUTH backed authentication is supported and the LDAP as well as File based authentication is planned for 1.1.0.RELEASE. Please consider adding your use-case(s) and/or any other supplemental details to #808.

Upvotes: 2

Related Questions