Introduction > About OAuth Authorization Server

About OAuth

OAuth is an open protocol that allows secure authorization in a simple and standard method from web, mobile and desktop applications. It enables third-party applications to obtain limited access to an HTTP service.

There are four roles (entities) in OAuth 2.0: resource server, resource owner, client and authorization server.