From dd1fa9ba8a78f20117e7b86ea89727e34d8456d3 Mon Sep 17 00:00:00 2001 From: Dewi Roberts Date: Wed, 18 Jun 2025 16:16:22 +0100 Subject: [PATCH] Update website/integrations/services/papra/index.mdx Co-authored-by: Dominic R Signed-off-by: Dewi Roberts --- website/integrations/services/papra/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/papra/index.mdx b/website/integrations/services/papra/index.mdx index d1e5821474..4cce4734db 100644 --- a/website/integrations/services/papra/index.mdx +++ b/website/integrations/services/papra/index.mdx @@ -45,7 +45,7 @@ To support the integration of Papra with authentik, you need to create an applic To support the integration of Papra with authentik, you'll need to add the following environment variable to your Papra deployment: ```yaml -AUTH_PROVIDERS_CUSTOMS=[{"providerId": "authentik","providerName": "authentik","providerIconUrl": "https://raw.githubusercontent.com/goauthentik/authentik/refs/heads/main/web/icons/icon.svg","clientId": "client id from authentik","clientSecret": "client secret from authentik","type": "oidc","discoveryUrl": "https://authentik.company/application/o//.well-known/openid-configuration","scopes": ["openid", "profile", "email"]}] +AUTH_PROVIDERS_CUSTOMS=[{"providerId": "authentik","providerName": "authentik","providerIconUrl": "https://authentik.company/static/dist/assets/icons/icon.png","clientId": "","clientSecret": "","type": "oidc","discoveryUrl": "https://authentik.company/application/o//.well-known/openid-configuration","scopes": ["openid", "profile", "email"]}] ``` :::note