pomerium/docs/docs/identity-providers
Cuong Manh Le 32745250d3
docs/docs: fix wrong okta service account field (#1251)
The okta service account token field should be api_key not api_token

Fixes #1249
2020-08-11 09:05:36 +07:00
..
img docs: update service account instructions for OneLogin (#973) 2020-06-22 15:21:21 -06:00
azure.md docs: fix links, fix upgrade guide (#1220) 2020-08-05 23:07:49 -07:00
cognito.md an attempt to improve the identity provider docs (#608) 2020-04-13 11:30:29 -07:00
github.md docs: update GitHub documentation for service account (#967) 2020-06-22 12:36:07 -06:00
gitlab.md docs: fix links, fix upgrade guide (#1220) 2020-08-05 23:07:49 -07:00
google.md docs: fix links, fix upgrade guide (#1220) 2020-08-05 23:07:49 -07:00
okta.md docs/docs: fix wrong okta service account field (#1251) 2020-08-11 09:05:36 +07:00
one-login.md docs: fix links, fix upgrade guide (#1220) 2020-08-05 23:07:49 -07:00
readme.md docs: fix links, fix upgrade guide (#1220) 2020-08-05 23:07:49 -07:00

title description
Overview This article describes how to connect Pomerium to third-party identity providers / single-sign-on services. You will need to generate keys, copy these into your Pomerium settings, and enable the connection.

Identity Provider Configuration

This article describes how to configure Pomerium to use a third-party identity service for single-sign-on.

There are a few configuration steps required for identity provider integration. Most providers support OpenID Connect which provides a standardized identity and authentication interface.

In this guide we'll cover how to do the following for each identity provider:

  1. Set a Redirect URL pointing back to Pomerium. For example, https://${authenticate_service_url}/oauth2/callback.
  2. Generate a Client ID and Client Secret.
  3. Generate a Service Account for additional IdP Data.
  4. Configure Pomerium to use the Client ID and Client Secret keys.
  5. Configure Pomerium to synchronize directory data from your identity provider (e.g. groups membership), by setting a service account.

:::warning

You must configure an IdP Service Account to write policy against group membership, or any other data that does not uniquely identify an end-user.