Skip to content

Commit 4ab9cde

Browse files
committed
docs(saml2): remove metadata section and add sample link to examples table
Removed the outdated 'Metadata' section per feedback, and moved the sample link into the 'Examples Matrix' table for better visibility and relevance. Signed-off-by: snowykte0426 <[email protected]>
1 parent 862f7c4 commit 4ab9cde

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Both Spring Security and Spring Security SAML Extensions have examples for how t
4343
| Login & Logout | https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/saml2/login[Sample] |
4444
https://github.com/jzheaux/spring-security-saml-migrate/tree/main/login-logout[Sample]
4545
| Login using SAML Extension URLs | https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/saml2/custom-urls[Sample] | -
46+
| Metadata support | https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/saml2/refreshable-metadata[Sample] | -
4647
|===
4748

4849
You can also see a showcase example in https://github.com/spring-projects/spring-security-saml/tree/main/sample[Spring Security SAML Extension]'s GitHub project.
@@ -55,15 +56,6 @@ According to the SAML specification, the HTTP-Redirect binding is not permitted
5556
Use HTTP-POST binding instead when configuring your identity provider.
5657
====
5758

58-
[[saml2-metadata]]
59-
== Metadata
60-
61-
Support for metadata is currently quite simple. Additions to its functionality are under consideration.
62-
63-
`RelyingPartyRegistrations` builds off of the existing multitenancy support and can derive multiple ``RelyingPartyRegistration``s from a single EntityDescriptor endpoint. These can then be paired with locally-configured relying party information as needed.
64-
65-
For applications that require Spring Security SAML Extension’s refreshable metadata feature, please see https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/saml2/refreshable-metadata[the associated Spring Security sample] for how to add.
66-
6759
[[saml2-unported]]
6860
== Unported Features
6961

0 commit comments

Comments
 (0)