# cloudfoundry/uaa

CloudFoundry User Account and Authentication (UAA) Server

Repository: https://github.com/cloudfoundry/uaa
Canonical: https://ross.abutalabs.com/products/uaa
Language: Java
License: Apache-2.0
License Family: permissive
Topics: oidc, oidc-proxy, oidc-server, java, oauth, oauth2, oauth2-server, openid-connect
Last push: 2026-08-26T15:49:06+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 5321, "days_push": 7, "days_rel": 12, "gap_med": 11.0, "n_releases_24m": 49}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1638, forks 843 (observed 2026-08-28T04:05:15.103653+00:00)

## What it is
Cloud Foundry's User Account and Authentication (UAA) server, a multi-tenant identity management service that acts as an OAuth2 provider and OpenID Connect-certified identity server. It issues tokens, manages user accounts and OAuth2 clients, and can serve as an SSO service, either within Cloud Foundry or standalone.

## Use cases
- run a standalone oauth2 authorization server
- add single sign-on to my applications
- issue and validate access tokens for microservices
- manage user accounts with SCIM provisioning
- integrate LDAP authentication with an identity provider
- get an openid connect certified identity server
- act as an oidc proxy in front of other identity providers

## When to choose
- you need a battle-tested, OpenID-certified OAuth2/OIDC server
- you are deploying Cloud Foundry or need CF-compatible identity management
- you need multi-tenancy, SCIM user provisioning, or LDAP integration out of the box

## When to avoid
- you want a lightweight embedded auth library rather than a separate server
- your stack is not JVM-based and you cannot operate a Java/Tomcat service
- you need full OpenID Connect feature coverage beyond UAA's partial OIDC support

## Facets
- artifact type: service
- maturity: active
- function: auth, authorization, http-server, api-framework, security
- domain: security, backend, apis, cloud-computing, developer-tools
- platform: jvm, self-hosted, cross-platform
- tags: oauth2-server, openid-connect, identity-management, sso, scim, spring, multi-tenant, token-issuance, ldap, web-server, docker

## Member repositories
- cloudfoundry/uaa (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:15.103653+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:46:33.313642+00:00, confidence not recorded.
  - readme: https://github.com/cloudfoundry/uaa (fetched 2026-08-28T04:05:15.103653+00:00, sha 5ff9397741ff)
- Data as of 2026-08-30T08:39:29.467469+00:00.
