docs: Update “G Suite” to “Google Workspace”.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-02-07 13:32:06 -08:00
committed by Tim Abbott
parent f0e07bcacb
commit 3e159446f0
3 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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,