move away from vikunja helm chart, oidc
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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:
|
||||
|
Reference in New Issue
Block a user