From 6d137906d1e01f0f560d39c1bfc709fbc0eb1c5c Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Thu, 10 Oct 2024 20:17:07 +0200 Subject: [PATCH] feat(authelia): add ES256 jwk and use it --- k8s/infra/auth/authelia/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/infra/auth/authelia/values.yaml b/k8s/infra/auth/authelia/values.yaml index 197154d..39acdb1 100644 --- a/k8s/infra/auth/authelia/values.yaml +++ b/k8s/infra/auth/authelia/values.yaml @@ -78,6 +78,7 @@ configMap: - 'https://argocd.stonegarden.dev/applications' scopes: [ 'openid', 'groups', 'email', 'profile' ] userinfo_signed_response_alg: 'none' + id_token_signed_response_alg: 'ES256' - client_id: 'argocd-cli' client_name: 'Argo CD (CLI)' public: true