working sso

This commit is contained in:
notplants
2026-02-28 21:01:52 -05:00
parent 61b41e2866
commit bd2488ffea
3 changed files with 25 additions and 19 deletions

View File

@ -17,12 +17,12 @@ SANDBOX_DOMAIN=sandbox.cryptpad.example.com
#EXTRA_DOMAINS=', `www.cryptpad.example.com`'
LETS_ENCRYPT_ENV=production
## SSO / OIDC (optional — requires SSO_ENABLED=true)
SSO_ENABLED=false
SSO_ENFORCED=false
SSO_PROVIDER_NAME=Authentik
SSO_OIDC_URL=https://authentik.example.com/application/o/cryptpad
SSO_CLIENT_ID=cryptpad
SSO_CLIENT_SECRET=
SSO_JWT_ALG=RS256
SSO_PLUGIN_VERSION=0.4.0
## SSO / OIDC (optional — defaults to false)
#SSO_ENABLED=true
#SSO_ENFORCED=false
#SSO_PROVIDER_NAME=Authentik
#SSO_OIDC_URL=https://authentik.example.com/application/o/cryptpad
#SSO_CLIENT_ID=cryptpad
#SSO_CLIENT_SECRET=
#SSO_JWT_ALG=RS256
#SSO_PLUGIN_VERSION=0.4.0