> I am now trying to write an exploiter of the JAX-RS layer in a stand > alone Java application. When I hit the URL for a particular resource, > I am forwarded to the CAS logon page. Is there some easy way for me to > programmatically authenticate myself against CAS?
Do you want to authenticate with a service credential or with the user's credentials? The CAS RESTful API is intended for service authentication, http://www.ja-sig.org/wiki/display/CASUM/RESTful+API. M -- 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
