The authentication piece is written in C# and I need to pass a username/password to it and get info back about the user ( beyond a true or false). Speed is considered a high priority so we have ruled out SOAP. We decided to go with the Google protobuf using RPC rather than Rest.
Thanks for the reply, From: Scott Battaglia [mailto:[email protected]] Sent: Tuesday, August 31, 2010 7:17 PM To: [email protected] Subject: Re: [cas-user] Restlet usage question The RESTful API has an extremely specific purpose (supporting service-to-service authentication). What's your use case for adding a RESTful API to CAS? Cheers, Scott On Tue, Aug 31, 2010 at 2:08 PM, Jonathan Bricker <[email protected]<mailto:[email protected]>> wrote: I'm implementing a CAS server with a custom authentication. I was to use a restful service to call our authentication service. I noticed that CAS had Restlet set up for a prototype ticket granting resource. I've never used Restlet and was trying to understand how it was used in CAS. When using the SpringRouter, is that setting up a filter for the /tickets and /tickets/{ticketGrantingTicketId} call in the request? Could I just add my own to the same router parameters or make a new one? Should I add to the CAS restlet-servlet.xml or move it to the cas-servlet? Any information at all would be very helpful. Thanks, Jonathan Bricker ExactTarget Senior Software Engineer, Product Development Office | 317.524.2789 Cell | 317.435.0763 Email | [email protected]<mailto:[email protected]> -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[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 -- 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
