OpenID Connect Core

This section is about the core part of OpenID Connect. Authlib implemented OpenID Connect Core 1.0 on top of OAuth 2.0. It enhanced OAuth 2.0 with:

  1. OpenIDCode extension for Authorization code flow
  2. OpenIDImplicitGrant grant type for implicit flow
  3. OpenIDHybridGrant grant type for hybrid flow

Authorization Code Flow

Implicit Flow

Hybrid Flow