mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 08:42:13 +00:00
Replace Section Links in What's New
Fixes: gh-5857
This commit is contained in:
parent
508f0bc870
commit
d4c50a8fb8
@ -41,10 +41,10 @@ Below are the highlights of the release.
|
||||
=== Integrations
|
||||
|
||||
* <<jackson,Jackson Support>> works with `BadCredentialsException`
|
||||
* <<test-method>> - Support for customizing when the `SecurityContext` is setup in the test.
|
||||
* `@WithMockUser` <<test-method-withmockuser,supports>> customizing when the `SecurityContext` is setup in the test.
|
||||
For example, `@WithMockUser(setupBefore = TestExecutionEvent.TEST_EXECUTION)` will setup a user after JUnit's `@Before` and before the test executes.
|
||||
* <<ldap>> - Support for setting up an `LdapContext` from custom environment variables
|
||||
* <<x509>> - Support for deriving the X.509 principal via a strategy
|
||||
* <<ldap,LDAP Authentication>> can be configured with custom environment variables
|
||||
* <<x509,X.509 Authentication>> supports deriving the principal as a strategy
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user