diff --git a/content/docs/deploy/core.mdx b/content/docs/deploy/core.mdx index ab1ce5df4..589410d74 100644 --- a/content/docs/deploy/core.mdx +++ b/content/docs/deploy/core.mdx @@ -148,8 +148,12 @@ shared_secret: REPLACE_ME # More on cookie secrets at https://www.pomerium.com/docs/reference/cookies#cookie-secret cookie_secret: REPLACE_ME -# If these settings are omitted, the Pomerium Hosted Authenticate Service will be used. -# idp_provider can be e.g. google +# If the Authenticate Service URL is not set, the Pomerium Hosted Authenticate Service will be used. +# See https://www.pomerium.com/docs/reference/service-urls#authenticate-service-url +# +# authenticate_service_url: REPLACE_ME +# +# For more information on identity provider settings, see https://pomerium.com/docs/reference/identity-provider-settings # # idp_provider: REPLACE_ME # idp_client_id: REPLACE_ME