Skip to content

Commit 862f7c4

Browse files
committed
docs(saml2): add xref links for saml2Login, saml2Logout, and saml2Metadata
Linked each DSL keyword to its corresponding reference page and updated the wording to present the list clearly. Signed-off-by: snowykte0426 <[email protected]>
1 parent b60b06d commit 862f7c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/modules/ROOT/pages/servlet/saml2/saml2-migration-guide.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ https://github.com/spring-projects/spring-security[Spring Security] takes a slig
1313

1414
Spring Security SAML Extensions support for Service Providers is provided by a series of filters enabled by adding each filter manually in the correct order to various Spring Security filter chains.
1515

16-
Spring Security’s SAML 2.0 Service Provider support is enabled via the Spring Security `saml2Login` and `saml2Logout` DSL methods. It selects the correct filters to add and puts them in the appropriate places in the filter chain.
16+
Spring Security’s SAML 2.0 Service Provider support is enabled via the Spring Security DSL methods:
17+
xref:servlet/saml2/login/index.adoc[`saml2Login`],
18+
xref:servlet/saml2/logout.adoc[`saml2Logout`], and
19+
xref:servlet/saml2/metadata.adoc[`saml2Metadata`]. It selects the correct filters to add and puts them in the appropriate places in the filter chain.
1720

1821
==== Stronger Encapsulation
1922

0 commit comments

Comments
 (0)