Book Image

Spring Security [Video]

By : EUGEN PARASCHIV
Book Image

Spring Security [Video]

By: EUGEN PARASCHIV

Overview of this book

Table of Contents (7 chapters)
Chapter 4
Spring Security with LDAP
Content Locked
Section 3
Authentication and Authorization with an External LDAP Server
Finally, move to a production-like usecase, a full-fledged LDAP Server, set up externally and holding all the authentication and authorization data with no anonymous access. Show how to integrate Spring Security with this server and perform both authentication and authorization. - Show how to set up a standalone LDAP Server and swap the embedded server with the full server in the configuration. - A quick demo showing the application working as expected with the new production-like LDAP Server. - Configure the external LDAP Server to no longer support any anonymous access; show how to set up the Spring Security configuration to work without anonymous access. This is the final demo.