Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Identity Providers

Identity provider (IdP) endpoints manage external OAuth2/OIDC providers that users can sign in with. Each application has its own set of identity providers. The list endpoint is public (used by the login page), while create/update/delete require admin access.

Supported Provider Types

TypeDescription
oauth2Standard OAuth2 provider (e.g., GitHub)
oidcOpenID Connect provider (e.g., Google)

See the Set Up GitHub Login guide for a step-by-step walkthrough.