Skip to content

Commit 783f674

Browse files
1993heqiangjzheaux
authored andcommitted
Fix typo authentication.adoc
1 parent 933debe commit 783f674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/saml2/login/authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Spring Security decrypts `<saml2:EncryptedAssertion>`, `<saml2:EncryptedAttribut
337337
The response decrypter is for decrypting encrypted elements of the `<saml2:Response>`, like `<saml2:EncryptedAssertion>`.
338338
The assertion decrypter is for decrypting encrypted elements of the `<saml2:Assertion>`, like `<saml2:EncryptedAttribute>` and `<saml2:EncryptedID>`.
339339

340-
You can replace `OpenSaml4AuthenticationProvider`'s default decryption strategy with your own.
340+
You can replace `OpenSaml4AuthenticationProvider` 's default decryption strategy with your own.
341341
For example, if you have a separate service that decrypts the assertions in a `<saml2:Response>`, you can use it instead like so:
342342

343343
====

0 commit comments

Comments
 (0)