Proxy Authentication
For reverse-proxy SSO setups (Authelia, Authentik, etc.), Claudio can trust a header set by the proxy to identify the user.
Configuration
Section titled “Configuration”[auth]proxy_auth_header = "Remote-User"proxy_auth_auto_create = trueOr via environment variables:
CLAUDIO_PROXY_AUTH_HEADER=Remote-UserCLAUDIO_PROXY_AUTH_AUTO_CREATE=trueHow It Works
Section titled “How It Works”When a request arrives with the configured header, Claudio creates or finds the user and issues a token automatically.