📄️ Introduction
OpenID Connect (OIDC) is a widely adopted authentication protocol that builds on top of OAuth 2.0, enabling users to authenticate with third-party applications using their existing online identities. OIDC operates through the exchange of tokens between an OpenID Connect Provider (OP), a Relying Party (RP) (the third-party application, also identified as Client), and an End-User.
📄️ Add OpenID Provider
This section contains step-by-step instructions for creating a OpenID Connect Provider (OP) in Monokee. The created provider will support also pure OAuth 2.0 protocol.
📄️ Reference
In this section you will discover a comprehensive breakdown of the OpenID Connect Provider (OP) setup options. This page exclusively outlines the supplementary properties that distinguish an OpenID Provider from an OAuth 2.0 Provider. To review their shared properties, please refer to the OAuth 2.0 Provider Reference.