Updated warning.

This commit is contained in:
Rick Kellogg 2022-06-01 19:27:00 -04:00 committed by GitHub
parent 935d2ff8c8
commit b0b5a496d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ 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.
Note: The `spring-security-saml2-service-provider` module requires Java 11 or higher because of a dependency on the OpenSaml library.
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.