Page History
...
See here to know how to use 2-legged OAuth with OAuth 1.0 to secure a RESTful service.
OAuth 2.0
OAuth This specification defines OAuth2. OAuth 2.0 defines four roles:
- Resource owner: An entity capable of granting access to a protected resource (e.g. end-user).
- Resource server: The server hosting the protected resources, capable of accepting and responding to protected resource requests using access tokens.
- Client: An application making protected resource requests on behalf of the resource owner and with its authorization.
- Authorization server: The server issuing access tokens to the client after successfully authenticating the resource owner and obtaining authorization.
...
Overview
Content Tools
Activity