File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33We 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+
51121.2.3 (05-03-2021)
612===================
713
Original file line number Diff line number Diff 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
161165tasks. findByName(" jibDockerBuild" )
You can’t perform that action at this time.
0 commit comments