mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 08:42:13 +00:00
Fix typo in digest.adoc
Closes gh-10304
This commit is contained in:
parent
a5e4807912
commit
131078dcae
@ -34,7 +34,7 @@ key: A private key to prevent modification of the nonce token
|
||||
----
|
||||
====
|
||||
|
||||
You will need to ensure you <<authentication-password-storage-configuration,configure>> insecure plain text <<authentication-password-storage,Password Storage>> using NoOpPasswordEncoder`.
|
||||
You will need to ensure you <<authentication-password-storage-configuration,configure>> insecure plain text <<authentication-password-storage,Password Storage>> using `NoOpPasswordEncoder`.
|
||||
The following provides an example of configuring Digest Authentication with Java Configuration:
|
||||
|
||||
.Digest Authentication
|
||||
|
Loading…
x
Reference in New Issue
Block a user