We have a number of applications now depending on a cas server for authentication. One of these applications is an administrative application and should be restricted to a handful of users.

Our SSO experience is primarily with pubcookie. To implement this with pubcookie one option would be to add restrictions to the Location block the apache configuration file:

<Location /admin>
        AuthType NetID
        AuthGroupFile conf/administrators.conf
        PubcookieAppID "admin app"
        require group mywebspace-administrators
</Location>

Where administrators.conf looks like:
mywebspace-administrators: usera userb

Does a similar capability exist with CAS, e.g. a way to map a list of usernames as having authorization to access a given service url?

--
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

Reply via email to