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:
2025-11-18 19:14:15 -06:00
parent f1b473249d
commit 8f1c8980c2

View File

@@ -108,7 +108,7 @@ identity_providers:
- phone
authorization_policy: one_factor
pre_configured_consent_duration: 8h
token_endpoint_auth_method: client_secret_post
token_endpoint_auth_method: client_secret_basic
- client_id: kubernetes
client_name: Kubernetes
public: true