From ff1955e01495fa0abf409c405b8d715931fcf0af Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:02:55 -0800 Subject: [PATCH] Documentation: small updates to sso docs --- docs/advanced_usage.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index db411f50a..7ca854f56 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).