Merge b0b5a496d3d533eef851891e96345bf24cf10564 into 6e6ec5845ea04ef673260c0928518fdb2039f35e

This commit is contained in:
Rick Kellogg 2022-09-29 13:14:52 +05:30 committed by GitHub
commit 41c7b2a0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,9 @@ This guide provides instructions on setting up this SAML 2.0 Login & Logout samp
It uses https://simplesamlphp.org/[SimpleSAMLphp] as its asserting party.
The sample application uses Spring Boot and the `spring-security-saml2-service-provider`
module which is new in Spring Security 5.2.
module which is new in Spring Security 5.2.
Note: This sample is using OpenSAML4, therefore it requires Java 11 or higher. If you want to use Java 8 just update the dependencies to use an OpenSAML3 release.
The https://docs.spring.io/spring-security/reference/servlet/saml2/logout.html[SAML 2.0 Logout feature] is new in Spring Security 5.6.