Add OpenSAML 4 Support

Closes gh-9095
This commit is contained in:
Josh Cummings
2020-12-07 12:28:19 -07:00
parent a015b8b000
commit d0d0a8d958
85 changed files with 3138 additions and 615 deletions

View File

@@ -16,9 +16,15 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
sourceCompatibility = '11'
repositories {
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
}
dependencies {
compile project(':spring-security-config')
compile project(':spring-security-saml2-service-provider')
compile project(':saml2-service-provider-opensaml4')
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'