OAuth 1.0

E184246

OAuth 1.0 is an older open standard authorization protocol that enabled secure delegated access to web resources without sharing user credentials, and has since been superseded by OAuth 2.0.

All labels observed (6)

How this entity was disambiguated

Statements (54)

Predicate Object
instanceOf application layer protocol ⓘ
authorization protocol ⓘ
open standard ⓘ
category computer security protocol ⓘ
web security standard ⓘ
designedFor desktop applications ⓘ
mobile applications ⓘ
server-side applications ⓘ
web applications ⓘ
enables access without sharing user credentials ⓘ
delegated access to protected resources ⓘ
goal avoid sharing user passwords with third-party clients ⓘ
provide secure delegated authorization ⓘ
hasVersion OAuth 1.0a ⓘ
linked to: OAuth 1.0
introducedConcept access token ⓘ
callback URL ⓘ
consumer key ⓘ
consumer secret ⓘ
request token ⓘ
token secret ⓘ
verifier ⓘ
operatesOver HTTP ⓘ
predecessorOf OAuth 2.0 ⓘ
protects HTTP resources ⓘ
relatedTo OAuth 1.0a ⓘ
linked to: OAuth 1.0

OAuth 2.0 ⓘ
requires client registration ⓘ
signature validation ⓘ
user authorization ⓘ
securityProperty prevents password disclosure to clients ⓘ
protects against replay attacks using nonce and timestamp ⓘ
supports request signing ⓘ
standardizedBy IETF ⓘ
status largely deprecated ⓘ
superseded in most new deployments ⓘ
supersededBy OAuth 2.0 ⓘ
supports three-legged authorization flow ⓘ
two-legged authorization flow ⓘ
typicalRole authorization layer for APIs ⓘ
uses HMAC-SHA1 signatures ⓘ
PLAINTEXT signatures ⓘ
access tokens ⓘ
request tokens ⓘ
token secrets ⓘ
token-based authentication ⓘ
usesParameter oauth_callback ⓘ
oauth_consumer_key ⓘ
oauth_nonce ⓘ
oauth_signature ⓘ
oauth_signature_method ⓘ
oauth_timestamp ⓘ
oauth_token ⓘ
oauth_verifier ⓘ
oauth_version ⓘ

How these facts were elicited

Referenced by (11)

Full triples — surface form annotated when it differs from this entity's canonical label.

OAuth 2.0 → replaces → OAuth 1.0 ⓘ
OAuth 1.0 → relatedTo → OAuth 1.0a ⓘ
linked to: OAuth 1.0
OAuth 1.0 → hasVersion → OAuth 1.0a ⓘ
linked to: OAuth 1.0
LTI → basedOn → OAuth 1.0 (early versions) ⓘ
linked to: OAuth 1.0
RFC 5849 → title → The OAuth 1.0 Protocol ⓘ
linked to: OAuth 1.0
RFC 5849 → defines → OAuth 1.0 ⓘ
RFC 5849 → obsoletes → OAuth 1.0 (draft specification) ⓘ
linked to: OAuth 1.0
RFC 5849 → standardizes → OAuth 1.0 core protocol ⓘ
linked to: OAuth 1.0
OAuth → version → OAuth 1.0 ⓘ
OAuth → version → OAuth 1.0a ⓘ
linked to: OAuth 1.0
OAuth → supersededVersion → OAuth 1.0 ⓘ