authelia: Fix Jenkins OIDC client
Authelia 4.38 introduced a change that broke logging in to Jenkins with OIDC. This setting is required to fix it.
This commit is contained in:
@@ -79,6 +79,7 @@ identity_providers:
|
|||||||
- offline_access
|
- offline_access
|
||||||
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
|
||||||
- id: kubernetes
|
- id: kubernetes
|
||||||
description: Kubernetes
|
description: Kubernetes
|
||||||
public: true
|
public: true
|
||||||
|
|||||||
Reference in New Issue
Block a user