[cas-user] Send message to loginView after x509 validation fails

2014-09-26 Thread michael maceachran
I have CAS4.0 set up so that I have a x509 handler first, then username/password. I have a custom x509 resolver that looks up the CN in a database. If that fails, i throw an error and the username/password screen shows up. I have a requirement to display a message like "user not found in data

Re: [cas-user] adding properties to loginView

2014-09-26 Thread michael maceachran
Worked perfectly, thank you! Michael On Thursday, September 25, 2014 1:25 PM, "Lapanja, Bob@POST" wrote: In the src directory, under WEB-INF/spring-configuration/propertyFileConfigurer.xml I have this:

Re: [cas-user] client side password encryption

2014-09-26 Thread Marvin Addison
> SSL/TLS is mandate. Along with that I need to client-side password encryption > also. I encourage you to reconsider. I realize that may be difficult if the requirements are dictated by a third party, but it's worth repeating that this is most likely a bad idea. In particular the key management

Re: [cas-user] Connection CAS Server 3.5.2 with LDAP Server

2014-09-26 Thread Jérôme LELEU
Hi, Add your missing bean: "userDetailsService" by looking at the link I provided. Support LDAP by following the documentation reference provided previously: https://wiki.jasig.org/display/CASUM/LDAP. Best regards, Jérôme LELEU Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @lele

Re: [cas-user] Connection CAS Server 3.5.2 with LDAP Server

2014-09-26 Thread Patrick Pat
thank you Jérôme LELEU but, I would like to use LDAP for authentication all users with CAS Server 3.5.2 2014-09-26 14:31 GMT+02:00 Jérôme LELEU : > Hi, > > Isn't it what you are looking for: > https://github.com/Jasig/cas/blob/3.5.x/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.

Re: [cas-user] client side password encryption

2014-09-26 Thread Anshika
Hi, thank you all for the reply. SSL/TLS is mandate. Along with that I need to client-side password encryption also. Here is one possibility - https://groups.google.com/forum/#!topic/crypto-js/TAaHW2xcAV0 Please let me know where I should make changes in CAS (server-side decryption) in order t

Re: [cas-user] Connection CAS Server 3.5.2 with LDAP Server

2014-09-26 Thread Jérôme LELEU
Hi, Isn't it what you are looking for: https://github.com/Jasig/cas/blob/3.5.x/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml#L143 ? Best regards, Jérôme LELEU Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj Chairman of CAS: www.jasig.org/cas | Creator

Re: [cas-user] Connection CAS Server 3.5.2 with LDAP Server

2014-09-26 Thread Patrick Pat
Hi, In plus, I have this error: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#1' while setting bean property 'sourceL