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.
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
- Core
- Enterprise
- Kubernetes
Config file keys | Environment variables | Type | Usage |
---|---|---|---|
authenticate_service_url | AUTHENTICATE_SERVICE_URL | URL | required |
Examples
authenticate_service_url: https://authenticate.corp.example.com
AUTHENTICATE_SERVICE_URL=https://authenticate.corp.example.com
authenticate_service_url
is a bootstrap configuration setting and is not configurable in the Console.
Parameter name | Type | Usage |
---|---|---|
authenticate.url | URL | required |
Examples
authenticate:
url: https://authenticate.corp.example.com