mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Update to remove extra Header
Update to remove extra Ldap Authentication Section Header
This commit is contained in:
parent
370fc48afe
commit
9833f0090d
@ -914,8 +914,6 @@ public BCryptPasswordEncoder passwordEncoder() {
|
|||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
==== LDAP Authentication
|
|
||||||
|
|
||||||
=== Multiple HttpSecurity
|
=== 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/`.
|
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/`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user