Hi all,


We are trying to CASify Grouper 2.4 (just released) per this:



https://spaces.at.internet2.edu/display/Grouper/Implementing+CAS+Authentication+for+Grouper



And reading this: https://github.com/apereo/java-cas-client



*Tomcat 6/7/8 Integration*

The client supports container-based CAS authentication and authorization
support for the Tomcat servlet container.

Suppose a single Tomcat container hosts multiple Web applications with
similar authentication and authorization needs. Prior to Tomcat container
support, each application would require a similar configuration of CAS
servlet filters and authorization configuration in the web.xml servlet
descriptor. Using the new container-based authentication/authorization
feature, a single CAS configuration can be applied to the container and
leveraged by all Web applications hosted by the container.

CAS authentication support for Tomcat is based on the Tomcat-specific Realm
component. The Realm component has a fairly broad surface area and
RealmBase is provided as a convenient superclass for custom
implementations; the CAS realm implementations derive from RealmBase.
Unfortunately RealmBase and related components have proven to change over
both major and minor number releases, which requires version-specific CAS
components for integration. We have provided 3 packages with similar
components with the hope of supporting all 6.x, 7.x and 8.x versions. *No
support for 5.x is provided.*





Using org.jasig.cas.client.tomcat.v85.PropertiesCasRealm works fine but
when we try using

org.jasig.cas.client.tomcat.v85.AssertionCasRealm and
org.jasig.cas.client.tomcat.v85.Saml11Authenticator



We get a Joda noClassDefFound error. So we are apparently missing some jar
file in tomcat/lib.



Any recommendations are where we should obtain this jar file?



Thanks,


-Bryan

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAG9x2GUTWYBXFwSojcL7kViBxYA72tu%2BAEW7qskdtXzALj4bEA%40mail.gmail.com.

Reply via email to