You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/segment-app/iam/scim.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The other value you need is an API key (sometimes referred to as an Authorizatio
29
29
30
30
You can find this page in the [settings sidebar of your Segment app](https://app.segment.com/goto-my-workspace/settings/advanced){:target="_blank”}.
31
31
32
-

32
+

33
33
34
34
## Features
35
35
@@ -107,7 +107,7 @@ For example, you might map `{firstName} {lastName}` from your IdP to `displayNam
107
107
> success ""
108
108
> **Tip**: You can also link Okta groups to an existing group from in the Segment app using the Okta UI.
109
109
110
-

110
+

Copy file name to clipboardExpand all lines: src/segment-app/iam/sso.md
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ To get started, go to your workspace settings and navigate to **Authentication >
25
25
26
26

27
27
28
-
## Prepare your IdP for the connection.
28
+
## Prepare your IdP for the connection
29
29
30
30
Segment officially supports apps for Okta, Microsoft Entra ID, and OneLogin. Next, find Segment in your IdP's app catalog, and follow the set up instructions they provide.
31
31
@@ -53,25 +53,25 @@ Your provider will ask you for a few things from Segment, which Segment provides
53
53
54
54
After you create the application in your IdP, you can come back to Segment and click "Next".
55
55
56
-
## Configure Segment to Talk to Your IdP.
56
+
## Configure Segment to Talk to Your IdP
57
57
58
58
Your IdP provides a URL and x.509 certificate. Copy them into their respective fields in Segment.
59
59
60
-

60
+

61
61
62
62
Then, click "Configure Connection."
63
63
64
64
You're all set.
65
65
66
-
## Test your connection with IdP-initiated SSO.
66
+
## Test your connection with IdP-initiated SSO
67
67
68
68
Back at the connections page, make sure your connection is enabled with the switch on the right.
69
69
70
70

71
71
72
72
You can now test using IdP-initiated SSO (by clicking login to Segment from within your IdP) is working correctly. If not, double check the IdP configuration gotchas section above.
73
73
74
-
## Require SSO.
74
+
## Require SSO
75
75
76
76
For most customers, Segment recommends requiring SSO for all users. If you do not require SSO, users can still log in with a username and password. If some members cannot log in using SSO, Segment also supports SSO exceptions.
77
77
@@ -91,7 +91,7 @@ Segment supports SSO on the login page for emails that match your workspace's do
91
91
92
92
In order to enable this, you'll need to verify your domain with Segment. To do that, go to the "Domains" tab under "Authentication" in the workspace settings page.
93
93
94
-

94
+

95
95
96
96
Enter your domain and click "Add Domain." When you click verify, you're given two options to verify your domain, either using a meta tag to add to your `/index.html` at the root, or a DNS text record that you can add through your DNS provider. After you do so and click verify, you can move to the next step.
97
97
@@ -142,14 +142,17 @@ Follow these steps in Segment to set up the Okta/Segment SAML integration:
142
142
143
143
Finish setting up the Okta/Segment SAML integration by carrying out these steps in Okta:
144
144
145
-
1. In Okta, select the **Sign On** tab for the Segment SAML app, then click **Edit**.
146
-
2. Enter the Customer ID you copied in Step 4 of the Segment steps.
147
-
3. For **Application username format**, select **Email**.
148
-
4. Click **Save**.
145
+
1. In Okta, go to Applications > Catalog > Segment & click “Add Integration”.
146
+
2. Enter an Application Label for your integration and click Next.
147
+
3. Switch to “Sign-On Options” tab and select "SAML 2.0".
148
+
4. In “Advanced Sign-on Settings”, enter the Customer ID you copied in Step 4 of the Segment steps.
149
+
5. For **Application username format**, select **Email**.
150
+
6. Click **Save**.
149
151
150
-

152
+

153
+

151
154
152
-
You've now completed setup. For SP-initiated SSO, follow these steps:
155
+
You've now completed setup. For SP-initiated SSO, follow these steps:
153
156
154
157
1. Go to `https://app.segment.com`.
155
158
2. Enter your email, select **Single Sign-On**, then click **Log In**.
0 commit comments