Authentication and authorization for RESTfull API (java jersery)

Posted by abovesun on Stack Overflow See other posts from Stack Overflow or by abovesun
Published on 2010-05-08T19:56:27Z Indexed on 2010/05/08 19:58 UTC
Read the original article Hit count: 255

Filed under:
|
|
|
|

Hi, implementing service something similar with tinyurl or bit.ly, I'm would like to expose service as API, I'm using java and jersey as RESTfull service implementation.

I'm looking for simplest way for authentification of users who use API, OAuth is first thing coming in mind, but the problem is I don't need this 3 iteration calls with request token query, than access token query with callback url passing. I just need to give user ability to invoke api with no additional security calls to my server.

© Stack Overflow or respective owner

Related posts about rest

Related posts about java