From b2f67d3a24828eaa8db3dfc047603a078952e4bb Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:40:05 +0100 Subject: authelia: format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/authelia/files/configuration_oidc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/authelia/files/configuration_oidc.yml b/bundles/authelia/files/configuration_oidc.yml index 9a120ba..9b41b02 100644 --- a/bundles/authelia/files/configuration_oidc.yml +++ b/bundles/authelia/files/configuration_oidc.yml @@ -14,17 +14,17 @@ identity_providers: client_name: 'Jellyfin' client_secret: '${repo.libs.util.hash_bcrypt(repo.vault.cmd(f"rbw get authelia/client/jellyfin"), repo.vault.decrypt("encrypt$gAAAAABnOVCVoszwYPX_uTEIrMSyX94T_Mi8965InBlhKjkNBHMnN96ihiIt4yi8uYRl9DM70aPIwzXm2XVa_AXEEuIzbMJHBum6LTVDDE9CUYUErSFskMw="))}' authorization_policy: one_factor + token_endpoint_auth_method: client_secret_post redirect_uris: - https://tv.gzr.im/sso/OID/redirect/authelia - https://tv.gzr.im/sso/OID/r/authelia - token_endpoint_auth_method: client_secret_post - client_id: paperless client_name: 'Paperless-ngx' client_secret: '${repo.libs.util.hash_bcrypt(repo.vault.cmd(f"rbw get authelia/client/paperless"), repo.vault.decrypt("encrypt$gAAAAABnOVCVoszwYPX_uTEIrMSyX94T_Mi8965InBlhKjkNBHMnN96ihiIt4yi8uYRl9DM70aPIwzXm2XVa_AXEEuIzbMJHBum6LTVDDE9CUYUErSFskMw="))}' pkce_challenge_method: 'S256' authorization_policy: one_factor - # consent_mode: implicit + consent_mode: implicit redirect_uris: - https://paper.gzr.im/accounts/oidc/authelia/login/callback/ -- cgit 1.4.1