July 2018
Intermediate to advanced
268 pages
7h 36m
English
Lightweight Directory Access Protocol (LDAP) is a directory service protocol that allows for connecting, searching, and modifying internet directories. Unfortunately, LDAP doesn't support reactive bindings; this means that reactive programming is not possible (similar to JDBC) with it. The function of LDAP authentication is shown in the following diagram:

Similar to the previous example, we will clone/copy the previous project (any Spring Boot project will do; I am cloning the spring-boot-in-memory-saml2-authentication project). Again, similar to the previous project, we will ...
Read now
Unlock full access