OIDC Integration
All checks were successful
Gitea CI/CD / dotnet-build-and-test (push) Successful in 10m0s
Gitea CI/CD / Set Tag Name (push) Successful in 5s
Gitea CI/CD / docker-build-and-push (push) Successful in 11m39s
Gitea CI/CD / Create Tag (push) Successful in 5s

This commit is contained in:
2026-01-21 10:05:03 +01:00
parent d23a73c0d5
commit ad9b6bfdaf
10 changed files with 482 additions and 2 deletions

View File

@@ -44,6 +44,17 @@ services:
# Aktualisierungsrate Frontend
- FRONTEND_REFRESH_INTERVAL_SECONDS=30
# OIDC-Authentifizierung (Optional)
# - OIDC_ENABLED=true
# - OIDC_AUTHORITY=https://auth.example.com/realms/myrealm
# - OIDC_CLIENT_ID=watcher-client
# - OIDC_CLIENT_SECRET=your-client-secret
# - OIDC_SCOPES=openid profile email
# - OIDC_CALLBACK_PATH=/signin-oidc
# - OIDC_CLAIM_USERNAME=preferred_username
# - OIDC_CLAIM_EMAIL=email
# - OIDC_AUTO_PROVISION_USERS=true
# Ports
ports:
- "5000:5000"