working sso

이 커밋은 다음에 포함됨:
notplants
2026-02-28 21:01:52 -05:00
부모 61b41e2866
커밋 bd2488ffea
3개의 변경된 파일25개의 추가작업 그리고 19개의 파일을 삭제
+9 -9
파일 보기
@@ -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