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

@@ -122,7 +122,11 @@ configMap:
- 'profile'
- 'groups'
- 'email'
userinfo_signed_response_alg: 'none'
response_types:
- 'code'
grant_types:
- 'authorization_code'
access_token_signed_response_alg: 'none'
token_endpoint_auth_method: 'client_secret_basic'
consent_mode: 'implicit'
- client_id: 'recipes'
@@ -238,7 +242,28 @@ configMap:
- openid
- email
- profile
- client_id: 'actualbudget'
client_name: 'Actual Budget'
client_secret:
path: '/secrets/authelia-oidc/client.actualbudget'
public: false
authorization_policy: 'one_factor'
require_pkce: false
pkce_challenge_method: ''
redirect_uris:
- 'https://actualbudget.kluster.moll.re/openid/callback'
scopes:
- 'openid'
- 'profile'
- 'groups'
- 'email'
response_types:
- 'code'
grant_types:
- 'authorization_code'
access_token_signed_response_alg: 'none'
userinfo_signed_response_alg: 'none'
token_endpoint_auth_method: 'client_secret_basic'
# notifier
# is set through a secret