1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update to remove extra Header

Update to remove extra Ldap Authentication Section Header
This commit is contained in:
Robby Pond
2017-09-19 19:37:35 -04:00
committed by Rob Winch
parent 370fc48afe
commit 9833f0090d
-2
View File
@@ -914,8 +914,6 @@ public BCryptPasswordEncoder passwordEncoder() {
}
----
==== LDAP Authentication
=== Multiple HttpSecurity
We can configure multiple HttpSecurity instances just as we can have multiple `<http>` blocks. The key is to extend the `WebSecurityConfigurationAdapter` multiple times. For example, the following is an example of having a different configuration for URL's that start with `/api/`.