Skip to content

Commit 7ba7650

Browse files
committed
Update dependencies to support SAML validation (pac4j-cas instn SSO)
1 parent 49874ee commit 7ba7650

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,12 @@ dependencies {
154154
implementation "com.nimbusds:nimbus-jose-jwt:${nimbusJoseVersion}"
155155
// Apache HttpComponents Client Fluent API
156156
implementation "org.apache.httpcomponents:fluent-hc:${fluentHcVersion}"
157+
157158
// Jasig CAS Client
159+
// The core module supports CAS client for both OAuth login and institution SSO
158160
implementation "org.jasig.cas.client:cas-client-core:${casClientVersion}"
161+
// The SAML module supports SAML validation for CAS-PAC4J institution SSO
162+
implementation "org.jasig.cas.client:cas-client-support-saml:${casClientVersion}"
159163
}
160164

161165
tasks.findByName("jibDockerBuild")

0 commit comments

Comments
 (0)