update idp docs

This commit is contained in:
miloschwartz
2025-09-15 20:53:21 -07:00
parent da6fa5afbd
commit d03670a17f
14 changed files with 185 additions and 145 deletions

View File

@@ -5,19 +5,15 @@ description: "Configure OpenID Connect identity provider for external authentica
This identity provider follows the OpenID Connect protocol. This means that it can be used to connect to any external identity provider that supports the OpenID Connect protocol such as Authentik, Keycloak, Okta, etc.
<CardGroup cols={2}>
<Card title="What it supports" icon="shield">
Any external identity provider that follows the OpenID Connect standard.
</Card>
## Creating a Generic OAuth2/OIDC IdP in Pangolin
<Card title="Common providers" icon="users">
Authentik, Keycloak, Okta, and other OIDC-compliant identity providers.
</Card>
</CardGroup>
In Pangolin, go to "Identity Providers" and click "Add Indentity Provider". Select the OAuth2/OIDC provider option.
## Configuration
<Frame>
<img src="/images/create-oidc-idp.png" />
</Frame>
You will need to configure the following common settings:
In the OAuth2/OIDC Configuration, you'll need the following fields:
<ResponseField name="Client ID" type="string" required>
The client identifier provided by your identity provider.