Skip to content

Commit

Permalink
Fix some space issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tghosth authored Dec 14, 2023
1 parent 0fcc4fa commit 852a9f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 5.0/en/0x51-V51-OAuth2.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@


## V3.8 OAuth 2.0 Protocol

This section describes and summarizes the [best current security practices](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#name-best-practices) for OAuth 2.0 as derived from its [RFC 6750](https://www.rfc-editor.org/info/rfc6750) and [6749](https://www.rfc-editor.org/info/rfc6749) for every OAuth implementor. OAuth became the standard for API protection and the basis for federated login using OpenID Connect. OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. It enables clients to verify the identity of the end-user based on the authentication performed by an authorization server, as well as to obtain basic profile information about the end-user in an interoperable and REST-like manner.
This section describes and summarizes the [best current security practices](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#name-best-practices) for OAuth 2.0 as derived from its [RFC 6750](https://www.rfc-editor.org/info/rfc6750) and [6749](https://www.rfc-editor.org/info/rfc6749) for every OAuth implementor. OAuth became the standard for API protection and the basis for federated login using OpenID Connect. OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. It enables clients to verify the identity of the end-user based on the authentication performed by an authorization server, as well as to obtain basic profile information about the end-user in an interoperable and REST-like manner.


## Terminology:
Expand Down

0 comments on commit 852a9f8

Please sign in to comment.