fix: fix paperlessngx oidc

This commit is contained in:
2026-02-06 10:11:08 +00:00
parent c232240d66
commit 01613be3c2

View File

@@ -42,10 +42,10 @@ services:
{ {
"provider_id": "authentik", "provider_id": "authentik",
"name": "authentik", "name": "authentik",
"client_id": "<client_id>", "client_id": "cLQnMe9SMQ2gcnWtFlOMZikPLU8Vh3a2NleYnbBB",
"secret": "<client_secret>", "secret": "Fvb5cfPtLM1PZtNUYEi29L1zZmcm64Nwt1hO4gQhcJupgpUy917QtKAgFplpYp6DVvW0jf5jJW75PMDjWm3ZB79oRMjFmYCEesStqwYWDL0Alzvc9zYPGDruKDADnXyJ",
"settings": { "settings": {
"server_url": "https://authentik.company/application/o/<application_slug>/.well-known/openid-configuration", "server_url": "https://authentik.fireflylab.cc/application/o/paperless-ngx/.well-known/openid-configuration",
"fetch_userinfo": true "fetch_userinfo": true
} }
} }