From dda6a4b6b5d7f6a379b227caf07a40b535415c53 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:35:29 +0100 Subject: deploy calibre 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 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bundles/authelia') diff --git a/bundles/authelia/files/configuration_oidc.yml b/bundles/authelia/files/configuration_oidc.yml index 1299955..9a120ba 100644 --- a/bundles/authelia/files/configuration_oidc.yml +++ b/bundles/authelia/files/configuration_oidc.yml @@ -47,3 +47,11 @@ identity_providers: redirect_uris: - https://where.gzr.im/oidc/callback claims_policy: geopulse + + - client_id: calibre + client_name: 'Calibre-Web-Automated' + client_secret: '${repo.libs.util.hash_bcrypt(repo.vault.password_for("authelia_client_secret_calibre"), repo.vault.decrypt("encrypt$gAAAAABnOVCVoszwYPX_uTEIrMSyX94T_Mi8965InBlhKjkNBHMnN96ihiIt4yi8uYRl9DM70aPIwzXm2XVa_AXEEuIzbMJHBum6LTVDDE9CUYUErSFskMw="))}' + authorization_policy: one_factor + token_endpoint_auth_method: client_secret_basic + redirect_uris: + - https://calibre.gzr.im/login/generic/authorized -- cgit 1.4.1