Skip to content

Commit

Permalink
Merge pull request #4177 from shaedrich/oauth2
Browse files Browse the repository at this point in the history
Create topic "OAuth 2.0"
  • Loading branch information
ipc103 authored Jan 17, 2024
2 parents 118b137 + c926327 commit a7db325
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions topics/oauth2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
aliases: rfc-6749, rfc6749
topic: oauth2
display_name: OAuth 2.0
short_description: OAuth 2.0 is the industry-standard protocol for authorization.
created_by: IETF OAuth Working Group
released: October 2012
related: oauth, authentication, openid, oidc, saml, raml, xacml, indieauth, access-token, refresh-token
url: https://oauth.net/2/
wikipedia_url: https://en.wikipedia.org/wiki/OAuth#OAuth_2.0
logo: oauth2.png
---
**OAuth 2.0** (short for "**Open Authorization**") is the industry-standard protocol for authorization. Generally, the OAuth protocol provides a way for resource owners to provide a client [application] with secure delegated access to server resources.

# Types
OAuth framework specifies several grant types for different use cases. Some of the most common OAuth grant types are:
* Authorization Code
* PKCE
* Client Credentials
* Device Code
* Refresh Token
Binary file added topics/oauth2/oauth2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7db325

Please sign in to comment.