Which version of CAS? For 3.5.x line there is a simple role-based add on that might be able to solve your use case: https://github.com/Unicon/cas-addons/wiki/Role-Based-Services-Authorization <https://github.com/Unicon/cas-addons/wiki/Role-Based-Services-Authorization>
For version 4.1 (not yet released), there is a “native" authorization facility is being developed (as far as I’m aware). Best, Dmitriy. > On Feb 3, 2015, at 9:29 AM, Giorgio Maria Santini <[email protected]> > wrote: > > Hello, > > I'm looking for a way to limit service access on a per-user basis. Thus, I > check for a registeredService, I authenticate the user, and then I want to > stop the authentication process if the user has no the abilty to access the > registeredService. I don't know if there is a built-in facility in Cas or if > I have to customize the login flow to accomplish the task. Imagine I have > users A,B,C, and services S1 and S2, I'd like to be able to say "users A,B > use services S1 and S2. User C uses service S2 not S1". > > Thanks for any suggestion > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
