[05:40:46 CST(-0600)] <codehotter> hi ries, kickehy. This channel seems empty. What's happening with CAS nowadays?
[05:55:05 CST(-0600)] <ries> codehotter: sometimes there is activity on the channel like everyday of the week
[05:55:27 CST(-0600)] <ries> Other days/weeks like now it's silent… properly nobody is doing CAS work before x-mass
[06:02:55 CST(-0600)] <codehotter> and here I am, implementing CAS _
[12:15:14 CST(-0600)] <ries> Is there a documentation that explains other authentication methods? In my case I have a md5 and a username I need to verify against a database rather then a username/password pair that a user needs to fill in into a form
[12:15:57 CST(-0600)] <ries> I am a bit confused how this goes, for example , should I create a UsernameTicketCredentials class?
[12:17:18 CST(-0600)] <ries> since I never used web flow I am almost leaning towards just hacking it into a AbstractUsernamePasswordAuthenticationHandler and get the request data from somewhere, but that can't be right?
[12:34:49 CST(-0600)] <KWhat_Work> ries: you may or may not need to create a custom class. I have only used ldap so I am not sure but iirc there are other modules out there that my work or that you can use to adapt.