mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
docs: Update “G Suite” to “Google Workspace”.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
f0e07bcacb
commit
3e159446f0
@@ -412,7 +412,7 @@ it as follows:
|
|||||||
4. The values needed in the `attr_` fields are often configurable
|
4. The values needed in the `attr_` fields are often configurable
|
||||||
in your IdP's interface when setting up SAML authentication
|
in your IdP's interface when setting up SAML authentication
|
||||||
(referred to as "Attribute Statements" with Okta, or
|
(referred to as "Attribute Statements" with Okta, or
|
||||||
"Attribute Mapping" with GSuite). You'll want to connect
|
"Attribute Mapping" with Google Workspace). You'll want to connect
|
||||||
these so that Zulip gets the email address (used as a unique
|
these so that Zulip gets the email address (used as a unique
|
||||||
user ID) and name for the user.
|
user ID) and name for the user.
|
||||||
5. The `display_name` and `display_icon` fields are used to
|
5. The `display_name` and `display_icon` fields are used to
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ IGNORED_PHRASES = [
|
|||||||
r"Dropbox",
|
r"Dropbox",
|
||||||
r"GCM",
|
r"GCM",
|
||||||
r"GitHub",
|
r"GitHub",
|
||||||
r"G Suite",
|
|
||||||
r"Google",
|
r"Google",
|
||||||
r"Gravatar",
|
r"Gravatar",
|
||||||
r"Hamlet",
|
r"Hamlet",
|
||||||
|
|||||||
@@ -403,7 +403,7 @@ SOCIAL_AUTH_SAML_ENABLED_IDPS: Dict[str, Any] = {
|
|||||||
"url": "https://idp.testshib.org/idp/profile/SAML2/Redirect/SSO",
|
"url": "https://idp.testshib.org/idp/profile/SAML2/Redirect/SSO",
|
||||||
##
|
##
|
||||||
## The part below corresponds to what's likely referred to as something like
|
## The part below corresponds to what's likely referred to as something like
|
||||||
## "Attribute Statements" (with Okta as your IdP) or "Attribute Mapping" (with G Suite).
|
## "Attribute Statements" (with Okta as your IdP) or "Attribute Mapping" (with Google Workspace).
|
||||||
## The names on the right side need to correspond to the names under which
|
## The names on the right side need to correspond to the names under which
|
||||||
## the IdP will send the user attributes. With these defaults, it's expected
|
## the IdP will send the user attributes. With these defaults, it's expected
|
||||||
## that the user's email will be sent with the "email" attribute name,
|
## that the user's email will be sent with the "email" attribute name,
|
||||||
|
|||||||
Reference in New Issue
Block a user