gs-authenticating-ldap icon indicating copy to clipboard operation
gs-authenticating-ldap copied to clipboard

Updated guide and code to Spring Security 5.7 component-based security configuration

Open pmcder opened this issue 2 years ago • 0 comments

As mentioned in issue #10 the WebSecurityConfigurerAdapter has been deprecated. I have implemented the component based security configuration way to create the embedded Ldap Server and Authentication Manager as outlined in this article: Spring Security Without the WebSecurityConfigurerAdapter I have updated README.adoc accordingly to reference and display the new class.

This pull request also edits test-server.ldif and application.properties to remove the creation of the Domain Component. The Domain Component is already created at line 53 in EmbeddedLdapServerContextSourceFactoryBean.

pmcder avatar Sep 17 '22 21:09 pmcder