Skip to content

Commit a3cea63

Browse files
Merge pull request #5756 from segmentio/DOC-757
Twilio Unified Login [DOC-757]
2 parents 15bf9c7 + 0df16ae commit a3cea63

File tree

2 files changed

+34
-20
lines changed

2 files changed

+34
-20
lines changed

src/segment-app/iam/index.md

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,44 @@ redirect_from: '/segment-app/iam/add-a-team-member/'
44
plan: iam
55
---
66

7-
Segment's access management tools let workspace owners manage which users can access different parts of their Segment workspaces.
7+
Segment's access management tools let Workspace Owners manage which users can access different parts of their Segment workspaces. The Access Management page has three tabs: [Users (team members)](/docs/segment-app/iam/concepts/#team-members), [User Groups](/docs/segment-app/iam/concepts/#user-groups), and [Tokens](/docs/segment-app/iam/concepts/#tokens).
88

9-
The Access Management page has three tabs: [Users (team members)](/docs/segment-app/iam/concepts/#team-members), [User Groups](/docs/segment-app/iam/concepts/#user-groups), and [Tokens](/docs/segment-app/iam/concepts/#tokens). You can select a user in the table to see their [roles](/docs/segment-app/iam/roles).
9+
Access settings are applied at the workspace level. A Segment user can have access to one or more workspaces and can have different [roles](/docs/segment-app/iam/roles/) in each workspace.
10+
Users access their Segment account with either email/password credentials, their [Twilio credentials](#twilio-unified-login), or by using [Single Sign On](/docs/segment-app/iam/sso/).
1011

11-
## Quick Links
12-
- [Invite a team member to your workspace](/docs/segment-app/iam/membership/#invite-a-new-team-member)
13-
- [Create a User Group](/docs/segment-app/iam/membership/#create-a-new-user-group)
14-
- [Update a team member's access](/docs/segment-app/iam/membership#change-a-team-members-access)
15-
- [Remove a team member from a workspace](/docs/segment-app/iam/membership/#remove-a-team-member-from-your-workspace)
16-
- [Add a new user with Single Sign On](/docs/segment-app/iam/membership/#team-management-with-single-sign-on)
12+
## Exporting a workspace's user list
1713

18-
{% include components/reference-button.html href="/segment-app/iam/membership/" icon="media/academy.svg" title="Invite and manage workspace members" description="Learn how to add members to your workspace, and manage their permissions." variant="related" %}
14+
[Workspace Owners](/docs/segment-app/roles/#global-roles) can download a CSV list of users who have access to a specific workspace (including their roles) from the Access Management page in the Segment app.
1915

20-
{% include components/reference-button.html href="/segment-app/iam/membership/" icon="media/academy.svg" title="Organize Users with User Groups" description="Learn manage workspace memebers in bulk." variant="related" %}
16+
You can select a user in the table to see their [roles](/docs/segment-app/iam/roles). Check out the [Roles documentation](/docs/segment-app/iam/roles/) for more details.
2117

22-
# Access Management Overview
18+
## Twilio Unified Login
2319

24-
Access settings are applied at the workspace level. A Segment user can have access to one or more workspaces, either as an `owner` or `member` of each.
25-
Users access their Segment account with either email/password credentials, or by using Single Sign On.
20+
With Twilio Unified Login, Twilio users can use their Twilio email, password, and authentication settings to access several Twilio products, including Segment. Once you link your Segment account to your Twilio credentials, you can access Segment directly from the Twilio console using the [Twilio Product Switcher](#twilio-product-switcher).
2621

27-
`Owners` manage all aspects of the workspace, and `members` can have access to specific products and resource types.
22+
### Twilio Product Switcher
2823

29-
> info ""
30-
> **Note**: If you are on a Free or Team plan, only the `workspace owner` and `source admin` roles are available.
24+
You can access Segment from the Twilio Console using the Product Switcher. For more information, view the Twilio support article [Getting Started with the Unified Login and Product Switcher](https://support.twilio.com/hc/en-us/articles/19652187501211-Getting-Started-with-the-Unified-Login-and-Product-Switcher){:target="_blank”}.
3125

32-
Check out the [Roles documentation](/docs/segment-app/iam/roles/) for more details.
26+
### User settings
3327

34-
## Exporting a workspace's user list
28+
Twilio Unified Login users can manage their Segment user settings, including name, email, password, and 2FA settings, directly in their Twilio account. To learn more about Twilio’s user and password policies, review Twilio's [Account Management](https://support.twilio.com/hc/en-us/sections/205104908-Account-Management){:target="_blank”} documentation.
29+
30+
### Segment Users and SSO/SCIM
31+
32+
Existing Segment users can still use their credentials to access Segment.
33+
34+
Segment continues to support [SSO](/docs/segment-app/iam/sso/) and SCIM, as users who need to access an SSO enabled workspace will be directed to authenticate through the configured Identity Provider.
35+
36+
## Quick links
37+
- [Invite a team member to your workspace](/docs/segment-app/iam/membership/#invite-a-new-team-member)
38+
- [Create a User Group](/docs/segment-app/iam/membership/#create-a-new-user-group)
39+
- [Update a team member's access](/docs/segment-app/iam/membership#change-a-team-members-access)
40+
- [Remove a team member from a workspace](/docs/segment-app/iam/membership/#remove-a-team-member-from-your-workspace)
41+
- [Add a new user with Single Sign On](/docs/segment-app/iam/membership/#team-management-with-single-sign-on)
42+
43+
<div class="double">
44+
{% include components/reference-button.html href="/segment-app/iam/membership/" icon="media/academy.svg" title="Invite and manage workspace members" description="Learn how to add members to your workspace, and manage their permissions." variant="related" %}
3545

36-
*Workspace Owners* can download a .csv list of users who have access to a specific workspace (including their roles) from the Access Management page in the Segment App.
46+
{% include components/reference-button.html href="/segment-app/iam/membership/" icon="media/academy.svg" title="Organize Users with User Groups" description="Learn manage workspace members in bulk." variant="related" %}
47+
</div>

src/segment-app/iam/secure-password.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ title: Picking a secure password
44

55
Picking a strong password is one of the most important things you can do to protect your account.
66

7+
> info "Twilio Unified Login users can manage their password in their Twilio account"
8+
> Twilio Unified Login users can manage their user settings, including name, email, password, and 2FA settings, directly in their Twilio account. To learn more about Twilio’s user and password policies, review Twilio's [Account Management](https://support.twilio.com/hc/en-us/sections/205104908-Account-Management){:target="_blank”} documentation.
9+
710
### Under the Hood
811

9-
When you first create a Segment account, or when you reset or change the password of an existing account, you'll see some tools which Segment uses to help you choose a strong password. We use [zxcvbn](https://blogs.dropbox.com/tech/2012/04/zxcvbn-realistic-password-strength-estimation/) to show your password strength, and [Have I Been Pwned](https://haveibeenpwned.com/Passwords) to notify you if your password has been found in any data breaches. Your password is never stored in plaintext, and is securely stored using the [bcrypt](https://en.wikipedia.org/wiki/Bcrypt) password hashing function in our database.
12+
When you first create a Segment account, or when you reset or change the password of an existing account, you'll see some tools which Segment uses to help you choose a strong password. Segment uses [zxcvbn](https://blogs.dropbox.com/tech/2012/04/zxcvbn-realistic-password-strength-estimation/){:target="_blank”} to show your password strength, and [Have I Been Pwned](https://haveibeenpwned.com/Passwords){:target="_blank”} to notify you if your password has been found in any data breaches. Your password is never stored in plaintext, and is securely stored using the [bcrypt](https://en.wikipedia.org/wiki/Bcrypt){:target="_blank”} password hashing function in Segment's database.
1013

1114
### General Guidance
1215

0 commit comments

Comments
 (0)