Skip to content

Commit 00cc091

Browse files
committed
Merge branch 'hotfix/21.2.4'
2 parents 49874ee + c27f82e commit 00cc091

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
44

5+
6+
21.2.4 (05-04-2021)
7+
===================
8+
9+
Fix dependencies to support CAS client using SAML validation
10+
511
21.2.3 (05-03-2021)
612
===================
713

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)