RE: [cas-user] validation in CAS Login jsp

2009-04-30 Thread Axel Mendoza Pupo
You most create a validator and configure it in the validator property of authenticationViaFormAction bean of cas-servlet.xml. Then use messages.properties to customize the message codes of the validator. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com

RE: [cas-user] CAS Single Sign On does not do... single sign on

2009-04-20 Thread Axel Mendoza Pupo
CAS is be abble to do single sign on for http connections but you most configure it properly because cookies are only sents over https you have change that config value and switch to other client that support http not only https like legacy-java-cas-client from yale client -- You are currently

RE: [cas-user] Multiple logon prevention

2009-04-17 Thread Axel Mendoza Pupo
What kind of authentication handler you are using?? I ask this because since I start using CAS, I use my own authentication handler, but I think that this is the default behavior with the only difference the you obtain a new serviceTicket every time hi try to login without presenting a valid

RE: [cas-user] Kill all CAS sessions

2009-04-16 Thread Axel Mendoza Pupo
Yes it is possible, and also probed you need to has access to the registry ticket implementation but there are two possible ways, by ticketGrantingTicketId, and by username, the first choice is the best I think, otherwise you should have your own authentication in CAS server and authorities.

Re: [cas-user] Modify CAS login screen for a simple HTML form

2009-02-18 Thread Axel Mendoza Pupo
This should be enought to your needs. Just save this as .jsp file and use it as login page %@ page language=java contentType=text/html; charset=UTF-8 pageEncoding=UTF-8% !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html body form method=post