1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix typo overview.adoc

This commit is contained in:
1993heqiang
2023-06-02 23:21:06 +08:00
committed by Josh Cummings
parent 7250abc185
commit 933debebeb
@@ -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"]