Summary
OAuth 2.0 is an industry-standard protocol for authorization that enables websites or applications to access protected resources from a web service via an API without requiring users to disclose their credentials.
1
It builds on existing protocols and best practices that have been independently implemented by various websites.
2
OAuth 2.0 allows users to share specific data with an application while keeping their usernames, passwords, and other information private.
3
According to
See more results on Neeva
Summaries from the best pages on the web
OAuth 2 .0 Authorization Server Issuer Identification RFC 9207: 2022-01-11: OAuth 2 .0 Pushed Authorization Requests RFC 9126: 2021-07-29: The OAuth 2 .0 Authorization Framework: JWT-Secured Authorization Request (JAR) RFC 9101: 2021-04-08: JSON…
Specs — OAuth
oauth.net
Summary
The OAuth protocol enables websites or applications (Consumers) to access Protected Resources from a web service (Service Provider) via an API, without requiring Users to disclose their Service Provider credentials. It aims to unify the experience and implementation of delegated web service authentication into a single, community-driven protocol, and builds on existing protocols and best practices that have been independently implemented by various websites. This specification was obsoleted by RFC 6749: The OAuth 2.0 Authorization Framework, and implementers should use RFC 6749 instead of this specification.
OAuth Core 1.0a
oauth.net
The OAuth specification does not describe any mechanism for protecting Tokens and secrets from eavesdroppers when they are transmitted from the Service ...
OAuth Core 1.0
oauth.net
This specification extends the OAuth signature to include integrity checks on HTTP request bodies with content types other than ...
OAuth Request Body Hash
ietf.org
The Authorization Request - OAuth 2 .0 Simplified The Authorization Request 9.1 Clients will direct a user’s browser to the authorization server to begin the OAuth process. Clients may use either…
The Authorization Request - OAuth 2.0 Simplified
oauth.com