I removed the bundled CAS server from uPortal 3.2 and I'm using an
external CAS 3.4.2 server now. Now, my uPortal instance does not
authenticate the local users anymore. I added to my
deployerConfigContext.xml file the PersonDirAuthenticationHandler
pointing to the Portal database but I'm receiving errors about
NoClassDefFound for this method. I'm certain it's because I'm missing a
dependency but I'm not sure which one I need to include in my cas
pom.xml file. I tried including the following with no luck. Any help
will be a great relief.
<dependency>
<groupId>org.jasig.service</groupId>
<artifactId>person-directory-impl</artifactId>
</dependency>
<dependency>
<groupId>org.jasig.service</groupId>
<artifactId>person-directory-api</artifactId>
<scope>provided</scope>
</dependency>
Thanks,
Laura
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user