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:
@ -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"}}]}}
|
||||
```
|
||||
|
Reference in New Issue
Block a user