Added note about requirement for Java 11 when using spring-security-saml2-service-provider.

This commit is contained in:
rmkellogg 2022-04-14 13:22:15 -04:00
parent 2b7ce67ff5
commit 935d2ff8c8
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ 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.
The https://docs.spring.io/spring-security/reference/servlet/saml2/logout.html[SAML 2.0 Logout feature] is new in Spring Security 5.6.
== Goals