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.etcd
parent
1581a620ef
commit
c2417b7960
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue