FIX(authelia): fix Headlamp OIDC token auth
- Change token_endpoint_auth_method to client_secret_basic - Headlamp uses client_secret_basic by default - Authelia was configured with client_secret_post - Fix token exchange failure causing login redirect loop
This commit is contained in:
@@ -131,7 +131,7 @@ configMap:
|
||||
- profile
|
||||
- email
|
||||
- groups
|
||||
token_endpoint_auth_method: client_secret_post
|
||||
token_endpoint_auth_method: client_secret_basic
|
||||
- client_id: vault
|
||||
client_name: Vault
|
||||
client_secret:
|
||||
|
||||
Reference in New Issue
Block a user