Fix typo authentication.adoc

This commit is contained in:
1993heqiang 2023-06-03 19:13:54 +08:00 committed by Josh Cummings
parent 933debebeb
commit 783f674704
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ Spring Security decrypts `<saml2:EncryptedAssertion>`, `<saml2:EncryptedAttribut
The response decrypter is for decrypting encrypted elements of the `<saml2:Response>`, like `<saml2:EncryptedAssertion>`.
The assertion decrypter is for decrypting encrypted elements of the `<saml2:Assertion>`, like `<saml2:EncryptedAttribute>` and `<saml2:EncryptedID>`.
You can replace `OpenSaml4AuthenticationProvider`'s default decryption strategy with your own.
You can replace `OpenSaml4AuthenticationProvider` 's default decryption strategy with your own.
For example, if you have a separate service that decrypts the assertions in a `<saml2:Response>`, you can use it instead like so:
====