Skip to content

Commit

Permalink
Drop OpenID support
Browse files Browse the repository at this point in the history
This seemed to be causing problems with our helm chart.  we don't have an services that need OpenID
  • Loading branch information
inghamn committed Jun 10, 2021
1 parent 7663ba5 commit c96bb2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ dependencies {
// CAS dependencies/modules may be listed here statically...
implementation "org.apereo.cas:cas-server-webapp-init:${casServerVersion}"
implementation "org.apereo.cas:cas-server-support-json-service-registry:${casServerVersion}"
implementation "org.apereo.cas:cas-server-support-oidc:${casServerVersion}"
implementation "org.apereo.cas:cas-server-support-ldap:${casServerVersion}"
implementation "org.apereo.cas:cas-server-support-saml-idp:${casServerVersion}"
}
Expand Down

0 comments on commit c96bb2b

Please sign in to comment.