Single-Sign-On (SSO)
To Disable Wizarr's inbuilt authentication in order to put it behind a Proxy Provider (Authelia, Authentik...), set the following variable:
DISABLE_BUILTIN_AUTH=True
In order to make the invitation process available for non signed in users, make sure you whitelist the following paths:
Authelia
Authentik/Other
- domain: wizarr.domain.com
resources:
- '^/j/'
- '^/join/'
- '^/setup/*'
- '^/static/'
policy: bypass
- '^/j/'
- '^/join/'
- '^/setup/*'
- '^/static/'
Last modified 3mo ago