pomerium/docs/docs/identity-providers
Ogundele Olumide 3dd9188004
feat: gitlab oidc/ oauth provider (#518)
- implement gitlab oauth support
 - add documentation for the gitlab support
2020-03-16 19:58:49 -07:00
..
img feat: gitlab oidc/ oauth provider (#518) 2020-03-16 19:58:49 -07:00
azure.md v0.5.0 (#375) 2019-11-14 20:02:16 -08:00
cognito.md v0.5.0 (#375) 2019-11-14 20:02:16 -08:00
gitlab.md feat: gitlab oidc/ oauth provider (#518) 2020-03-16 19:58:49 -07:00
google.md v0.5.0 (#375) 2019-11-14 20:02:16 -08:00
okta.md v0.5.0 (#375) 2019-11-14 20:02:16 -08:00
one-login.md v0.5.0 (#375) 2019-11-14 20:02:16 -08:00
readme.md v0.5.0 (#375) 2019-11-14 20:02:16 -08: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.
  2. Generate a Client ID and Client Secret.
  3. Configure Pomerium to use the Client ID and Client Secret keys.