Re: [cas-dev] Using CAS returned attributes in Userservice

2014-08-21 Thread Michael Keith
I'm doing this very thing with a CAS 3.x (CAS2.0 Protocol) Server using the Cas20ServiceTicketValidator. I have not yet had the time to play around with Version 4.x, but I remember it being an incredible pain because the classes used to do that aren't really documented that well. For example: htt

[cas-dev] Using CAS returned attributes in Userservice

2014-08-21 Thread Nancy Snoke
Hi, So I am using CAS for authentication and spring security for authorization. I have a custom user service in spring security that decides the authorities of the user. I have a CAS4 server and I am using the Cas 3.0 protocol to return attributes to my application. My application is using S