Hi We have CAS server in which it is configured to have SAML assertions to pass and is working fine. To integrate PWM with CAS we need to have ClearPass. For enabling ClearPass as per the link https://wiki.jasig.org/display/CASUM/ClearPass on the existing deployerConfigContext.xml added AuthenticationMetaDataPopulator and downloaded clearpass-impl-1.0.7.GA.jar and placed in lib directory. Now cas is not loading and getting a http 404 error.
>From error log it shows: ------------------------- org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'centralAuthenticationService' defined in ServletContext resource [/WEB-INF/spring-configuration/applicationContext.xml]: Cannot resolve reference to bean 'authenticationManager' while setting bean property 'authenticationManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationManager' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot create inner bean 'org.jasig.cas3.extensions.clearpass.CacheCredentialsMetaDataPopulator#1544e44' of type [org.jasig.cas3.extensions.clearpass.CacheCredentialsMetaDataPopulator] while setting bean property 'authenticationMetaDataPopulators' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.jasig.cas3.extensions.clearpass.CacheCredentialsMetaDataPopulator#1544e44' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot resolve reference to bean 'credentialsCache' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'credentialsCache' is defined --------------------------- Can you please help me on this. Also please let me know is it possible to have both ClearPass and SAML, also is there any security risk while using ClearPass . Please have a help Thanks Geo -- 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
