more clients, grafana fixes maybe?

This commit is contained in:
2025-07-01 18:23:44 +02:00
parent a6c7018823
commit 46f2376f2e
8 changed files with 100 additions and 14 deletions

View File

@@ -85,13 +85,14 @@ grafana.ini:
auth.generic_oauth:
name: Authelia
enabled: true
allow_sign_up: true
icon: signin
client_id: grafana
client_secret: ${AUTH_GRAFANA_CLIENT_SECRET}
scopes: openid profile email groups
empty_scopes: false
auth_url: https://auth.kluster.moll.re/api/oidc/authorization
token_url: https://auth.kluster.moll.re/api/oidc/token
api_url: https://auth.kluster.moll.re/api/oidc/authorization/userinfo
api_url: https://auth.kluster.moll.re/api/oidc/userinfo
tls_skip_verify_insecure: true
auto_login: true
use_pkce: true