Which server you are using ? In my case I was using Tomcat . So adding these to Apache Tomcat properties’ java option solved my purpose :
...
Type: Posts; User: Shailendra_Mallik; Keyword(s):
Which server you are using ? In my case I was using Tomcat . So adding these to Apache Tomcat properties’ java option solved my purpose :
...
Hi,
I am migrating from acegi to Spring Security and using Spring Security 2.0.3
with CAS server 3.2.1 and cas-client-core-3.1.3 .
Earlier when I was using Acegi , I was using...
Hi All,
Today I downloaded Spring-Security-2.0.3 and found that org.springframework.security.adapters.cas3.CasAuthenticationHandler.java is not there, in fact cas3 folder itself is not there. Can...
No help required .The code written above is working fine.
Hi,
I have an application wherein I have integrated CAS SSO and Acegi
security for Spring.
<bean id="casProxyTicketValidator"...
Hi Luke,
Now I have another problem. I am not able to authenticate with LDAP . Have attached here configuration files.
Following is cas log:
2008-06-18 12:16:51,079 INFO...
Thanks Luke. I corrected the mistake I was committing . :)
I tried to implement the way you suggested me , but it is giving me error while deploying cas.war . I think, I am still commiting some mistakes while implementing LdapUserDetailService in my config...
Hi All,
I am trying to implement CAS SSO with Acegi authentication and autharization . I could do this successfully with InMemoryDaoImp but finding it difficult to implement with LDAP. I could not...
Can anybody please tell me how to use org.acegisecurity.adapters.jboss.JbossAcegiLoginModule.java ?
Hi ,
I am using jboss-4.0.5.GA, acegi-security-1.0.3 and jboss-sso-1.0CR1 .
I could test the sample JBoss Federated SSO application available at wiki.jboss.org/wiki/Jbosssso (please refer ). ...