mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-03-10 12:46:42 +00:00
update idp docs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user