You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/servlet/saml2/saml2-migration-guide.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,10 @@ https://github.com/spring-projects/spring-security[Spring Security] takes a slig
13
13
14
14
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.
15
15
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:
0 commit comments