Skip to content
#

OAuth 2.0

oauth2 logo

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

Here are 7,707 public repositories matching this topic...

Complete and working ASP.NET Core Web APIs template with lot of examples: OAuth 2.0 Authentication, JSON Web Algorithms and Bearer Tokens (JWA, JWT, JWS, JWE), HMAC symmetric key, RSA X509 certificate asymmetric key, AES encryption, CQRS, DDD, MediatR, Dapper, Docker, Entity Framework, Fluent Validation, GZip, Hangfire, NLog, REST CRUD, Swagger...

  • Updated Jun 30, 2024
  • C#

Created by IETF OAuth Working Group

Released October 2012

Followers
74 followers
Website
oauth.net/2
Wikipedia
Wikipedia

Related Topics

access-token authentication indieauth oauth oidc openid raml refresh-token saml xacml