From c7532d35f26bb79663254533bfef233709999413 Mon Sep 17 00:00:00 2001 From: Frenchdom Date: Thu, 2 Jan 2025 23:18:10 +0100 Subject: [PATCH] Ading a step to paperless guide (#12539) Update index.mdx Enabling ALLAUTH in paperless config file Signed-off-by: Frenchdom --- website/integrations/services/paperless-ngx/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/integrations/services/paperless-ngx/index.mdx b/website/integrations/services/paperless-ngx/index.mdx index 702bc21da4..6fbe9d8d26 100644 --- a/website/integrations/services/paperless-ngx/index.mdx +++ b/website/integrations/services/paperless-ngx/index.mdx @@ -89,6 +89,7 @@ You need to update your `paperless.conf` configuration file. Paperless will sear Edit your `paperless.conf` and add the following: ```ini +PAPERLESS_ENABLE_ALLAUTH=true PAPERLESS_APPS=allauth.socialaccount.providers.openid_connect PAPERLESS_SOCIALACCOUNT_PROVIDERS={"openid_connect":{"OAUTH_PKCE_ENABLED":true,"APPS":[{"provider_id":"authentik","name":"authentik","client_id":"","secret":"","settings":{"server_url":"https://authentik.company/application/o/paperless/.well-known/openid-configuration"}}]}} ```