authelia: Fix Jenkins OIDC token auth method
The latest version of the _OpenId Connect Authentication Plugin_ for Jenkins has several changes. Apparently, one of them is that it defaults to using the `client_secret_basic` token authorization method, instead of `client_secret_post` as it did previously.
This commit is contained in:
@@ -108,7 +108,7 @@ identity_providers:
|
|||||||
- phone
|
- phone
|
||||||
authorization_policy: one_factor
|
authorization_policy: one_factor
|
||||||
pre_configured_consent_duration: 8h
|
pre_configured_consent_duration: 8h
|
||||||
token_endpoint_auth_method: client_secret_post
|
token_endpoint_auth_method: client_secret_basic
|
||||||
- client_id: kubernetes
|
- client_id: kubernetes
|
||||||
client_name: Kubernetes
|
client_name: Kubernetes
|
||||||
public: true
|
public: true
|
||||||
|
|||||||
Reference in New Issue
Block a user