From 783f674704f95b5cd3bcf21c9d5262270b64704a Mon Sep 17 00:00:00 2001 From: 1993heqiang <531364804@qq.com> Date: Sat, 3 Jun 2023 19:13:54 +0800 Subject: [PATCH] Fix typo authentication.adoc --- docs/modules/ROOT/pages/servlet/saml2/login/authentication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/saml2/login/authentication.adoc b/docs/modules/ROOT/pages/servlet/saml2/login/authentication.adoc index eb5ff67778..f091180e9a 100644 --- a/docs/modules/ROOT/pages/servlet/saml2/login/authentication.adoc +++ b/docs/modules/ROOT/pages/servlet/saml2/login/authentication.adoc @@ -337,7 +337,7 @@ Spring Security decrypts ``, ``, like ``. The assertion decrypter is for decrypting encrypted elements of the ``, like `` and ``. -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 ``, you can use it instead like so: ====