docs: document OAUTH_ALLOW_PRIVATE_ENDPOINTS in env/config examples
This commit is contained in:
@@ -49,6 +49,11 @@ JMAP_SERVER_URL=https://your-jmap-server.com
|
|||||||
# OpenID Connect issuer URL for discovery
|
# OpenID Connect issuer URL for discovery
|
||||||
# OAUTH_ISSUER_URL=https://your-idp.example.com
|
# OAUTH_ISSUER_URL=https://your-idp.example.com
|
||||||
|
|
||||||
|
# Allow OAuth discovery to resolve to private (RFC-1918 / loopback) addresses.
|
||||||
|
# Off by default as an SSRF guard. Enable for split-DNS deployments where the
|
||||||
|
# OAuth issuer's public hostname resolves to an internal IP from this server.
|
||||||
|
# OAUTH_ALLOW_PRIVATE_ENDPOINTS=true
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Session & Security
|
# Session & Security
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user