From 4bbcf3befeb33389572aaf04502b38a90c669510 Mon Sep 17 00:00:00 2001 From: drmathias Date: Tue, 30 Sep 2025 11:46:21 +0100 Subject: [PATCH] fix: simplifying stirling pdf client configuration --- gateway/authelia/config/configuration.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/gateway/authelia/config/configuration.yml b/gateway/authelia/config/configuration.yml index 9880f2d..1c46559 100644 --- a/gateway/authelia/config/configuration.yml +++ b/gateway/authelia/config/configuration.yml @@ -139,19 +139,15 @@ identity_providers: client_secret: {{ secret "/run/secrets/STIRLING_PDF_CLIENT_SECRET" }} public: false authorization_policy: 'two_factor' - require_pkce: false - pkce_challenge_method: '' - redirect_uris: - - 'https://stirling-pdf.64815139.xyz/login/oauth2/code/oidc' + token_endpoint_auth_method: 'client_secret_basic' scopes: - 'openid' - 'profile' - 'groups' - 'email' - response_types: - - 'code' + redirect_uris: + - 'https://stirling-pdf.64815139.xyz/login/oauth2/code/oidc' grant_types: - 'authorization_code' - access_token_signed_response_alg: 'none' - userinfo_signed_response_alg: 'none' - token_endpoint_auth_method: 'client_secret_basic' + response_types: + - 'code'