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
| Type | Description |
|---|---|
oauth2 | Standard OAuth2 provider (e.g., GitHub) |
oidc | OpenID Connect provider (e.g., Google) |
See the Set Up GitHub Login guide for a step-by-step walkthrough.