website/integrations: fix typo in documentation for OIDC setup with Paperless-ngx (#10218)
Update index.md Missing " cost me more time than I'd like to admit. Paying it forward. Signed-off-by: Russ Harvey <53157589+rwh85@users.noreply.github.com>
This commit is contained in:
@ -48,7 +48,7 @@ PAPERLESS_SOCIALACCOUNT_PROVIDERS: >
|
||||
"provider_id": "authentik",
|
||||
"name": "Authentik",
|
||||
"client_id": "< Client ID >",
|
||||
"secret": "< Client Secret >,
|
||||
"secret": "< Client Secret >",
|
||||
"settings": {
|
||||
"server_url": "https://authentik.company/application/o/paperless/.well-known/openid-configuration"
|
||||
}
|
||||
|
Reference in New Issue
Block a user