feat(auth): add IAS ECP SSO [skip ci]

This commit was merged in pull request #19.
This commit is contained in:
Aleksandr Meshchryakov
2026-09-21 16:29:31 +02:00
parent 020619143e
commit 5a7f8e1a47
16 changed files with 888 additions and 15 deletions

View File

@@ -25,5 +25,13 @@ COLLECTSTATIC_ON_MIGRATE=1
BACKUP_ENCRYPTION_KEY=CHANGE_ME_BASE64URL_32B_KEY
BACKUP_KEY_ID=default
# IAS ECP SSO (mount the PEM outside the repository and webroot)
SSO_ENABLED=false
SSO_PROVIDER_URL=https://divopk.vniicentr.ru/sso-redirect/
SSO_SERVICE_CODE=fkc
SSO_ISSUER=dvr
SSO_PUBLIC_KEY_PATH=/run/secrets/sso-public-key.pem
SSO_SESSION_TTL_SECONDS=7200
WEB_IMAGE=registry.example.com/state_corp-web:latest
CELERY_IMAGE=registry.example.com/state_corp-celery:latest