Skip to content

Proxy Authentication

For reverse-proxy SSO setups (Authelia, Authentik, etc.), Claudio can trust a header set by the proxy to identify the user.

[auth]
proxy_auth_header = "Remote-User"
proxy_auth_auto_create = true

Or via environment variables:

Terminal window
CLAUDIO_PROXY_AUTH_HEADER=Remote-User
CLAUDIO_PROXY_AUTH_AUTO_CREATE=true

When a request arrives with the configured header, Claudio creates or finds the user and issues a token automatically.