docs: Tweak phrasing about OIDC supporting only a single provider.

Strictly speaking, this sentence is talking about the IdP configuration,
while the backend is just GenericOpenIdConnectBackend, so the new
phrasing is more correct.
This commit is contained in:
Mateusz Mandera
2021-07-21 13:28:54 +02:00
committed by Tim Abbott
parent 5359d20a13
commit 0d6b1cd08b

View File

@@ -697,7 +697,7 @@ enabling `zproject.backends.GenericOpenIdConnectBackend` in
`AUTHENTICATION_BACKENDS` and following the steps outlined in the
comment documentation in `/etc/zulip/settings.py`.
Note that `SOCIAL_AUTH_OIDC_ENABLED_IDPS` only supports a single backend
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/`.