Re: Sessions in web applications using RESTlet ?

2011-11-14 Thread Paul Morris
OpenAM has a REST interface (although it's not strictly RESTful). I wrote a session service in Restlet that basically works as a proxy to OpenAM's RESTful interface so that my API would be truly RESTful. Allows for HTTP Basic Auth and passing username/password in as POST params. It sets it own

Re: Sessions in web applications using RESTlet ?

2011-11-14 Thread Nicholas Sushkin
Does anyone have any experience with authenticating RESTlet against OpenAM? On Monday, October 10, 2011 09:50:58 Paul Morris wrote: OpenAM is one such session server (http://forgerock.com/openam.html). -- Nicholas Sushkin --