From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:02:55 +0000 (-0800) Subject: Documentation: small updates to sso docs X-Git-Tag: v2.5.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1955e01495fa0abf409c405b8d715931fcf0af;p=thirdparty%2Fpaperless-ngx.git Documentation: small updates to sso docs --- diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index db411f50aa..7ca854f566 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -670,6 +670,11 @@ relevant [configuration settings](configuration.md#PAPERLESS_SOCIALACCOUNT_PROVI [django-allauth docs](https://docs.allauth.org/en/latest/socialaccount/configuration.html) for more information. +To associate an existing Paperless-ngx account with a social account, first login with your +regular credentials and then choose "My Profile" from the user dropdown in the app and you +will see options to connect social account(s). If enabled, signup options will be available +on the login page. + As an example, to set up login via Github, the following environment variables would need to be set: @@ -686,4 +691,4 @@ PAPERLESS_SOCIALACCOUNT_PROVIDERS=' {"openid_connect": {"APPS": [{"provider_id": "keycloak","name": "Keycloak","client_id": "paperless","secret": "","settings": { "server_url": "https:///realms//.well-known/openid-configuration"}}]}}' ``` -More details about configuration option for various providers can be found in the allauth documentation: https://docs.allauth.org/en/latest/socialaccount/providers/index.html#provider-specifics +More details about configuration option for various providers can be found in the [allauth documentation](https://docs.allauth.org/en/latest/socialaccount/providers/index.html#provider-specifics).