I would like to add authentication to Spring Cloud Data Flow Server application. I see articles regarding Cloud Foundry UAA with LDAP support. I tried the basic authentication snippet as well which is not working.
I see lot of references to the link https://github.com/spring-cloud/spring-cloud-dataflow-samples/tree/master/security-ldap-uaa-example In that, the ldap server code is using Apache DSContainer which is deprecated and not working in my local. Is there any other approach? It's greatly appreciated if someone can provide a sample code for the same.