Hi all,
I'm pretty new to CAS. I've written my own AuthenticationHandler according to the instruction on CAS's web site, but how can I configure it in CAS so I can you it? The default cas.war use a simple AuthenticationHandler that check if the username is the same with the password. So I think I should put my AuthenticationHandler class file in
cas.war\WEB-INF\classes, and do something with the web.xml. Am I right? If so, what should I write in web.xml?
Say my AuthenticationHandler is com.allenyoung.MyAuthenticationHandler, please give me the piece of code which I should add to web.xml. Thanks a lot!
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
