📄️ Introduction
The OAuth 2.0 Authorization Framework (RFC7649) is a protocol that enables third-party applications to access a user's resources on a resource server, without the need for the user to share their credentials with the third-party application. OAuth 2.0 operates through the exchange of tokens between an OAuth Client (the third-party application), an Authorization Server, and a Resource Server.
📄️ Add OAuth 2.0 Provider
This section contains step-by-step instructions for creating a OAuth 2.0 Provider in Monokee. The created provider will support only OAuth 2.0 protocol without OpenID Connect (OIDC) extensions.
📄️ Reference
In this section, you'll find a detailed explanation of the available options for setting up an OAuth 2.0 Provider.