Specifications ############## State of the specs in Canaille ============================== OAUTH2 ------ - ✅ `RFC6749: OAuth 2.0 Framework `_ - ✅ `RFC6750: OAuth 2.0 Bearer Tokens `_ - ✅ `RFC7009: OAuth 2.0 Token Revocation `_ - ❌ `RFC7523: JWT Profile for OAuth 2.0 Client Authentication and Authorization Grants `_ - ✅ `RFC7591: OAuth 2.0 Dynamic Client Registration Protocol `_ - ❌ `RFC7592: OAuth 2.0 Dynamic Client Registration Management Protocol `_ - ✅ `RFC7636: Proof Key for Code Exchange by OAuth Public Clients `_ - ✅ `RFC7662: OAuth 2.0 Token Introspection `_ - ✅ `RFC8414: OAuth 2.0 Authorization Server Metadata `_ - ❌ `RFC8428: OAuth 2.0 Device Authorization Grant `_ - ❌ `RFC8693: OAuth 2.0 Token Exchange `_ - ❌ `RFC8705: OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens `_ - ❌ `RFC8707: Resource Indicators for OAuth 2.0 `_ - ❌ `RFC9068: JSON Web Token (JWT) Profile for OAuth 2.0 Access Tokens `_ - ❌ `RFC9101: OAuth 2.0 JWT-Secured Authorization Request (JAR) `_ - ❌ `RFC9126: OAuth 2.0 Pushed Authorization Requests `_ - ❌ `RFC9207: OAuth 2.0 Authorization Server Issuer Identification `_ - ❌ `OAuth2 Multiple Response Types `_ - ❌ `OAuth2 Form Post Response Mode `_ OpenID Connect -------------- - ✅ `OpenID Connect Core `_ - ✅ `OpenID Connect Discovery `_ - ✅ `OpenID Connect Dynamic Client Registration `_ - ✅ `OpenID Connect RP Initiated Logout `_ - ❌ `OpenID Connect Session Management `_ - ❌ `OpenID Connect Front Channel Logout `_ - ❌ `OpenID Connect Back Channel Logout `_ - ❌ `OpenID Connect Back Channel Authentication Flow `_ Comparison with other providers =============================== Here is a feature comparison with other OpenID Connect server software. Canaille voluntarily only implements the OpenID Connect protocol to keep its codebase simple. We are currently working on supporting SQL databases backends. +---------------+-------+-----------+------+---------------------------+--------------+ | Software | Project | Protocols implementations | Backends | | +-------+-----------+------+------+------+-------------+------+-------+ | | FLOSS | Language | LOC | OIDC | SAML | CAS | LDAP | SQL | +===============+=======+===========+======+======+======+=============+======+=======+ | Canaille | ✅  | Python | 10k | ✅ | ❌ | ❌ | ✅ | ❌ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `Auth0`_ | ❌  | ❔ | ❔ | ✅ | ✅ | ❌ | ✅ | ❔ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `Authelia`_ | ✅  | Go | 50k | ✅ | ❌ | ❌ | ✅ | ✅ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `Authentic2`_ | ✅  | Python | 65k | ✅ | ✅ | ✅ | ✅ | ✅ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `Authentik`_ | ✅  | Python | 55k | ✅ | ✅ | ❌ | ✅ | ✅ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `CAS`_ | ✅  | Java | 360k | ✅ | ✅ | ✅ | ✅ | ❌ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `Connect2id`_ | ❌  | ❔ | ❔ | ✅ | ✅ | ❌ | ✅ | ✅ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `Gluu`_ | ✅  | Java | ❔ | ✅ | ✅ | ✅ | ✅ | ❔ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `Hydra`_ | ✅  | Go | 50k | ✅ | ✅ | ❌ | ✅ | ✅ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `Keycloak`_ | ✅  | Java | 600k | ✅ | ✅ | ✅ | ✅ | ✅ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `LemonLDAP`_ | ✅  | Perl | 130k | ✅ | ✅ | ✅ | ✅ | ✅ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ | `Okta`_ | ❌  | ❔ | ❔ | ✅ | ✅ | ❌ | ✅ | ✅ | +---------------+-------+-----------+------+------+------+-------------+------+-------+ .. _Auth0: https://auth0.com .. _Authelia: https://authelia.com .. _Authentic2: https://dev.entrouvert.org/projects/authentic .. _Authentik: https://goauthentik.io .. _CAS: https://apereo.github.io/cas .. _Connect2id: https://connect2id.com .. _Gluu: https://gluu.org .. _Hydra: https://ory.sh .. _Keycloak: https://keycloak.org .. _LemonLDAP: https://lemonldap-ng.org .. _Okta: https://okta.com