From 933debebeb8dad4140b7ebed4b2b157d227d75ab Mon Sep 17 00:00:00 2001 From: 1993heqiang <531364804@qq.com> Date: Fri, 2 Jun 2023 23:21:06 +0800 Subject: [PATCH] Fix typo overview.adoc --- docs/modules/ROOT/pages/servlet/saml2/login/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/saml2/login/overview.adoc b/docs/modules/ROOT/pages/servlet/saml2/login/overview.adoc index edd565a7e2..e81a571483 100644 --- a/docs/modules/ROOT/pages/servlet/saml2/login/overview.adoc +++ b/docs/modules/ROOT/pages/servlet/saml2/login/overview.adoc @@ -283,7 +283,7 @@ There are two ``@Bean``s that Spring Boot generates for a relying party. The first is a `SecurityFilterChain` that configures the app as a relying party. When including `spring-security-saml2-service-provider`, the `SecurityFilterChain` looks like: -.Default JWT Configuration +.Default SAML 2.0 Login Configuration ==== .Java [source,java,role="primary"]