From 9bf84a35ef959389fd94a587557b4d22b64ee268 Mon Sep 17 00:00:00 2001 From: Mateusz Mandera Date: Wed, 21 Jul 2021 13:50:54 +0200 Subject: [PATCH] docs: Mention auto_signup OIDC option in ReadTheDocs documentation. --- docs/production/authentication-methods.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/production/authentication-methods.md b/docs/production/authentication-methods.md index c668f7ac6c..0786433ea7 100644 --- a/docs/production/authentication-methods.md +++ b/docs/production/authentication-methods.md @@ -702,6 +702,13 @@ Note that `SOCIAL_AUTH_OIDC_ENABLED_IDPS` only supports a single IdP currently. The Return URL to authorize with the provider is `https://yourzulipdomain.example.com/complete/oidc/`. +By default, users who attempt to login with OIDC using an email +address that does not have a current Zulip account will be prompted +for whether they intend to create a new account or would like to login +using another authentication method. You can configure automatic +account creation on first login attempt by setting `"auto_signup": +True` in the IdP configuration dictionary. + ## Adding more authentication backends Adding an integration with any of the more than 100 authentication