Skip to content

Commit

Permalink
EPMRPP-88378 || Remove old saml implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Oct 23, 2024
1 parent 813ba8b commit b5eb859
Show file tree
Hide file tree
Showing 16 changed files with 288 additions and 804 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ dependencies {
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
implementation 'org.springframework.security:spring-security-ldap'
// TODO: consider migration to spring-security-saml2-service-provider
implementation 'org.springframework.security.extensions:spring-security-saml2-core:2.0.0.M31'
// implementation 'org.springframework.security.extensions:spring-security-saml2-core:2.0.0.M31'
implementation 'org.springframework.security:spring-security-saml2-service-provider:5.8.14'
implementation 'commons-collections:commons-collections:3.2.2'
//Temporary fix of https://nvd.nist.gov/vuln/detail/CVE-2019-12400
implementation 'org.apache.santuario:xmlsec:3.0.3'
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit b5eb859

Please sign in to comment.