Skip to main content

Authenticate Service URL

Summary

Authenticate Service URL is the externally accessible URL for the Authenticate Service. In split-service mode, this key is required by all services other than Databroker.

Note:

Pomerium uses the Hosted Authenticate Service by default.

If you want to run Pomerium with a self-hosted authenticate service, you must include an identity provider and authenticate service URL in your configuration.

See Self-Hosted Authenticate Service for more information.

How to configure

Config file keysEnvironment variablesTypeUsage
authenticate_service_urlAUTHENTICATE_SERVICE_URLURLrequired

Examples

authenticate_service_url: https://authenticate.corp.example.com
AUTHENTICATE_SERVICE_URL=https://authenticate.corp.example.com