Warning | ||
---|---|---|
| ||
CAS documentation has moved over to jasig apereo.github.io/cas, starting with CAS version 4.x. The wiki will no longer be maintained. For the most recent version of the documentation, please refer to the aforementioned link. |
Tip |
---|
For configuration instructions, refer to the Installation Instructions section below on this page. |
Background
Purpose
To enable single sign-on into some legacy application it may be necessary to provide them with the actual cleartext password. While such approach inevitably increases security risk, a number of institutions found it to be a "necessary evil". The original version of ClearPass was developed by Unicon for Sacramento State. The first official release as a CAS extension was sponsored by the Unicon Cooperative Support program.
...
The <version>...</version> should contain the version string for the version of ClearPass you are working with.
Anchor | ||||
---|---|---|---|---|
|
Installation Instructions
...
Code Block | ||||
---|---|---|---|---|
| ||||
<property name="authenticationMetaDataPopulators"> <list> <bean class="org.jasig.cas.extension.clearpass.CacheCredentialsMetaDataPopulator"> <constructor-arg index="0" ref="encryptedMapcredentialsCache" /> </bean> </list> </property> |
...