I am using JBOSS RESTEasy api for my web application. I am right now using java [socialauth][1] api for single sing on service. My web application has no session implementation, everything as singleton. I am facing problem for maintaining session of social auth object for multiple user. Is there any other java SSO API which is not session based and i can implement in my web application.
[1]: http://code.google.com/p/socialauth/
以上就是RESTFul Single Sign on Java API for session less web application的详细内容,更多请关注web前端其它相关文章!