...
[12:58:04 CST(-0600)] <ries> It's not easy when you don't know web flow though….. but I understand basic concepts
[13:16:28 CST(-0600)] <KWhat_Work> yah the docs dont really help either.
[13:16:58 CST(-0600)] <KWhat_Work> i would probably just override the auth module in your maven overlay
[13:17:19 CST(-0600)] <KWhat_Work> drop in a postgres connector if needed and just do the simple md5 checks
[13:17:35 CST(-0600)] <KWhat_Work> that will give you more flexibility in the future.
[13:18:02 CST(-0600)] <ries> I found this, but it's outdated : https://wiki.jasig.org/display/CAS/Using+CAS+without+the+Login+Screen
[13:18:27 CST(-0600)] <ries> And I found this : https://wiki.jasig.org/display/CAS/Using+CAS+without+the+CAS+login+screen but I cannot use that because I don't know the users password, and I even don't have anything to verify against
[13:19:07 CST(-0600)] <ries> I am going to see if I understand the web flow thing