OIDC Integration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user