move away from vikunja helm chart, oidc

This commit is contained in:
2024-12-02 14:27:43 +01:00
parent 3814359266
commit 11ad39805d
10 changed files with 122 additions and 37 deletions

File diff suppressed because one or more lines are too long

View File

@@ -211,6 +211,22 @@ configMap:
userinfo_signed_response_alg: 'none'
token_endpoint_auth_method: 'client_secret_post'
consent_mode: 'implicit'
- client_id: 'todos'
client_name: 'Todos'
client_secret:
path: '/secrets/authelia-oidc/client.todos'
public: false
authorization_policy: 'one_factor'
redirect_uris:
- 'https://todos.kluster.moll.re/auth/openid/authelia'
scopes:
- 'openid'
- 'groups'
- 'email'
- 'profile'
userinfo_signed_response_alg: 'none'
token_endpoint_auth_method: 'client_secret_basic'
consent_mode: 'implicit'
persistence: