Skip to main content

Identity Provider Client Secret File

Client Secret is the OAuth 2.0 Secret Identifier retrieved from your identity provider. See your identity provider's documentation, and our identity provider docs for details.

identity_provider_client_secret_file points to a file containing the secret. This is useful when deploying in environments that provide secret management like Docker Swarm. For example:

idp_client_secret_file: '/run/secrets/POMERIUM_CLIENT_SECRET'