feat: implement Keycloak SSO integration with dynamic configuration and JIT provisioning
Some checks failed
Build & Push Docker Image to Gitea Registry / build-and-push (push) Failing after 17s

This commit is contained in:
Kroonk
2026-05-21 10:45:22 +02:00
parent d9334dae00
commit 163d8a20f1
4 changed files with 331 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
"cookie-parser": "^1.4.6",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"openid-client": "^5.6.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {