feat(auth): add IAS ECP SSO
Some checks failed
State Corp Backend CI/CD / Quality gate (push) Failing after 1m46s
State Corp Backend CI/CD / Build linux/amd64 images once (push) Has been skipped
State Corp Backend CI/CD / Release dev (push) Has been skipped
State Corp Backend CI/CD / Refresh and release internal main (push) Has been skipped
State Corp Backend CI/CD / Release customer main (push) Has been skipped

This commit is contained in:
Aleksandr Meshchryakov
2026-09-21 16:29:31 +02:00
parent 78412f9e3b
commit 528307e452
16 changed files with 888 additions and 15 deletions

View File

@@ -24,3 +24,11 @@ CORS_ALLOWED_ORIGINS=http://localhost:3000,http://127.0.0.1:3000
LOG_LEVEL=INFO
BACKUP_ENCRYPTION_KEY=
BACKUP_KEY_ID=default
# IAS ECP SSO (keep disabled without a mounted P-256 public key)
SSO_ENABLED=false
SSO_PROVIDER_URL=https://divopk.vniicentr.ru/sso-redirect/
SSO_SERVICE_CODE=fkc
SSO_ISSUER=dvr
SSO_PUBLIC_KEY_PATH=
SSO_SESSION_TTL_SECONDS=7200