...
Code Block | ||||
---|---|---|---|---|
| ||||
<bean id="cachedPasswordUserInfoService" class="org.jasig.portal.portlet.container,.services.CachedPasswordUserInfoService"> <property name="decryptPassword" value="true"/false"/> <!-- If using CAS Clearpass, set to false. Use true if not using CAS. --> </bean> |
Step 3: Enable stringEncryptionService
...
Step 5: Configure CAS server for Clearpass
Enable ClearPass on the embedded CAS server: https://wiki.jasig.org/display/CASUM/ClearPass.
Local development environment
If using the CAS Server bundled with uPortal, perform 'Step 1: Modifying deployerConfigContext.xml' at the above URL to enable Clearpass.
Info |
---|
Also see
|