From d0fbc6f3ad120040dceb9d8b0cac24ac70bd4108 Mon Sep 17 00:00:00 2001 From: Sebastian Becker Date: Thu, 19 Dec 2024 09:28:32 +0100 Subject: [PATCH] fix(chart): add missing client scope "email" (#40) Signed-off-by: Sebastian Becker --- charts/thymus/templates/client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/thymus/templates/client.yaml b/charts/thymus/templates/client.yaml index 358170a..b8a5926 100644 --- a/charts/thymus/templates/client.yaml +++ b/charts/thymus/templates/client.yaml @@ -18,7 +18,7 @@ spec: responseTypes: - id_token - code - scope: "openid offline" + scope: "openid offline email" secretName: thymus-client-secret tokenEndpointAuthMethod: none skipConsent: true