Thanks Jerome. As we need LDAP authentication also, I have followed the configuration updates as per https://wiki.jasig.org/display/CASUM/LDAP .
But there seems to be a conflict when I have placed both pac4j and ldap authenticationManager beans. The classes are different for both of the beans. For pac4j : <bean id="authenticationManager" class= "org.jasig.cas.authentication.PolicyBasedAuthenticationManager"> For LDAP: <bean id="authenticationManager" class= "org.jasig.cas.authentication.AuthenticationManagerImpl"> When trying to install it is erroring out with the following message: *org.springframework.beans.factory.parsing.BeanDefinitionParsingException*: Configuration problem: Bean name 'authenticationManager' is already used in this <beans> element Offending resource: URL [file:src/main/webapp/WEB-INF/deployerConfigContext.xml] Could you please advise how to resolve this issue? Thanks, Sunil. -- 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
