We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49874ee commit 7ba7650Copy full SHA for 7ba7650
1 file changed
build.gradle
@@ -154,8 +154,12 @@ dependencies {
154
implementation "com.nimbusds:nimbus-jose-jwt:${nimbusJoseVersion}"
155
// Apache HttpComponents Client Fluent API
156
implementation "org.apache.httpcomponents:fluent-hc:${fluentHcVersion}"
157
+
158
// Jasig CAS Client
159
+ // The core module supports CAS client for both OAuth login and institution SSO
160
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}"
163
}
164
165
tasks.findByName("jibDockerBuild")
0 commit comments