fix: outline

This commit is contained in:
auricom
2024-06-21 21:42:24 +02:00
parent 2bb437841f
commit 3869360274
2 changed files with 2 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ identity_providers:
scopes: [openid, profile, email, offline_access]
redirect_uris: ["https://docs.${SECRET_EXTERNAL_DOMAIN}/auth/oidc.callback"]
userinfo_signed_response_alg: none
token_endpoint_auth_method: client_secret_post
- client_id: paperless
client_name: Paperless
client_secret: "$${PAPERLESS_OAUTH_DIGEST}"