Skip to content

Adoption & Ecosystem

Who uses it

The in-repo ADOPTERS.md lists organizations that agreed to be named publicly. The CNCF acceptance blog cites further production users.

OrganisationUse caseSource
AccenturePublic adopterADOPTERS.md
CERN (European Organisation for Nuclear Research)Public adopterADOPTERS.md
Hewlett-Packard EnterprisePublic adopterADOPTERS.md
HitachiPublic adopterADOPTERS.md
CapgeminiPublic adopterADOPTERS.md
Bundesagentur für ArbeitPublic adopterADOPTERS.md
AlmaLinux FoundationPublic adopterADOPTERS.md
Cisco, Ohio Supercomputing Center, Okta, QuestCited as production usersCNCF blog

Adoption signals

  • GitHub stars: 35,044; forks: 8,531 (GitHub API, observed 2026-06-24).
  • Contributors: over 1,800 including anonymous, via the GitHub contributors API (observed 2026-06-24).
  • At CNCF acceptance the project reported over 15,000 stars and over 150,000 monthly visits to keycloak.org (CNCF blog).
  • Frequent minor releases on the 26.x line; 26.6.3 released 2026-06-04 (releases).

Ecosystem

Keycloak acts as an IdP over OIDC, OAuth 2.0, and SAML 2.0. It federates users from LDAP, Active Directory, and Kerberos, brokers identity from external IdPs and social logins, and offers User-Managed Access (UMA) 2.0 Authorization Services. It ships a Kubernetes Operator (operator/) and React-based Admin and Account consoles (js/). It is the upstream for the Red Hat build of Keycloak.

Alternatives

Keycloak is the default for enterprise federation and legacy integration. Its strength is feature coverage and maturity; the trade-off is weight and configuration complexity (Oso).

AlternativeDiffers by
Authentik (Python/TS)Flow Engine for flexible auth flows and a forward-auth proxy mode, so it can front apps that do not speak OIDC (House of FOSS)
Zitadel (Go)Event-sourced with auditable changes, native multi-tenancy, Kubernetes-first design; moved from Apache-2.0 to AGPL-3.0 in 2025 (Oso)
Ory Hydra (Go)An OAuth2/OIDC token server only, with no user management; pair it with Kratos. Suited to lightweight token issuance for many clients (Oso)