From 3c2e4c6a11421f22a8636b5a0c6cfc3c885c3da0 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 30 Jun 2025 16:40:52 +0200 Subject: [PATCH] update auth methods for two clients --- infrastructure/authelia/authelia.values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/authelia/authelia.values.yaml b/infrastructure/authelia/authelia.values.yaml index b23b895..f062dbb 100644 --- a/infrastructure/authelia/authelia.values.yaml +++ b/infrastructure/authelia/authelia.values.yaml @@ -105,7 +105,7 @@ configMap: cors: allowed_origins_from_client_redirect_uris: true - + clients: - client_id: 'grafana' client_name: 'Grafana' @@ -123,7 +123,7 @@ configMap: - 'groups' - 'email' userinfo_signed_response_alg: 'none' - token_endpoint_auth_method: 'client_secret_post' + token_endpoint_auth_method: 'client_secret_basic' consent_mode: 'implicit' - client_id: 'recipes' client_name: 'Recipes' @@ -232,7 +232,7 @@ configMap: authorization_policy: 'one_factor' redirect_uris: - 'https://kitchen.kluster.moll.re/signin/redirect' - - kitchenowl:///signin/redirect + - kitchenowl:/signin/redirect # mobile app as well scopes: - openid