docs: Updated links to python-social-auth docs.

The URL seems to have changed.
This commit is contained in:
Mateusz Mandera 2020-03-20 13:30:21 +01:00 committed by showell
parent 338bd0e6e2
commit f9db77c400
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ it as follows:
* Fill out `SOCIAL_AUTH_SAML_ENABLED_IDPS` with data provided by
your identity provider. You may find [the python-social-auth
SAML
docs](https://python-social-auth-docs.readthedocs.io/en/latest/backends/saml.html)
docs](https://python-social-auth.readthedocs.io/en/latest/backends/saml.html)
helpful. You'll need to obtain several values from your IdP's
metadata and enter them on the right-hand side of this
Python dictionary:

View File

@ -67,7 +67,7 @@ priority.
(including Okta), AzureAD, and Active Directory/LDAP. With Zulip
on-premise, we can support any of the 100+ authentication tools
supported by
[python-social-auth](https://python-social-auth-docs.readthedocs.io/en/latest/backends/index.html#social-backends)
[python-social-auth](https://python-social-auth.readthedocs.io/en/latest/backends/index.html#social-backends)
as well as [any SSO service that has a plugin for
Apache][apache-sso].
- Zulip uses the zxcvbn password strength checker by default, and supports

View File

@ -227,7 +227,7 @@ SOCIAL_AUTH_SAML_ORG_INFO = {
}
SOCIAL_AUTH_SAML_ENABLED_IDPS = {
# The fields are explained in detail here:
# https://python-social-auth-docs.readthedocs.io/en/latest/backends/saml.html
# https://python-social-auth.readthedocs.io/en/latest/backends/saml.html
"idp_name": {
# Configure entity_id and url according to information provided to you by your IdP:
"entity_id": "https://idp.testshib.org/idp/shibboleth",