Ading a step to paperless guide (#12539)

Update index.mdx

Enabling  ALLAUTH in paperless config file

Signed-off-by: Frenchdom <frenchdom@gmail.com>
This commit is contained in:
Frenchdom
2025-01-02 23:18:10 +01:00
committed by GitHub
parent 27baedfea4
commit c7532d35f2

View File

@ -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":"<Client ID>","secret":"<Client Secret>","settings":{"server_url":"https://authentik.company/application/o/paperless/.well-known/openid-configuration"}}]}}
```