Skip to content

Commit 174e785

Browse files
Merge pull request #5884 from segmentio/fix-anchor-link-on-scim
fix anchor link on scim.md
2 parents 8c49545 + fa99897 commit 174e785

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/segment-app/iam/scim.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To set up SCIM, you must first create an SSO connection. Once you [create your S
1515

1616
## Configuration Instructions
1717

18-
Segment officially supports [Okta](#okta-set-up-guide), [Microsoft Entra ID](#microsoft-entra-id-set-up-guide), and [OneLogin](#onelogin-set-up-guide). Each link includes specific set up instructions for that IdP. You should read the [features](#features) section of this page to understand which features of SCIM Segment supports.
18+
Segment officially supports [Okta](#okta-setup-guide), [Microsoft Entra ID](#microsoft-entra-id-setup-guide), and [OneLogin](#onelogin-setup-guide). Each link includes specific setup instructions for that IdP. You should read the [features](#features) section of this page to understand which features of SCIM Segment supports.
1919

2020
You may still be able to use SCIM with another Identity Provider (IdP) by adapting the following instructions.
2121

@@ -77,17 +77,17 @@ Your IdP can use SCIM to delete groups from your Segment workspace. Deleting a g
7777

7878
## Attribute Mapping
7979

80-
When you integrate Segment SCIM and your IdP you might need to map attributes for users. The only attributes that Segment SCIM supports are `userName` and `displayName`. You should leave any existing mapping for the `email` SAML attribute, which you might have set up during your initial SSO set up. This mapping supports SAML authentication, and is separate from setting up SCIM, but may be within the same page depending on your IdP.
80+
When you integrate Segment SCIM and your IdP you might need to map attributes for users. The only attributes that Segment SCIM supports are `userName` and `displayName`. You should leave any existing mapping for the `email` SAML attribute, which you might have set up during your initial SSO setup. This mapping supports SAML authentication, and is separate from setting up SCIM, but may be within the same page depending on your IdP.
8181

8282
You'll need to map an email (IdP) to `userName` (Segment). Depending on your IdP this attribute might be called `email` or `mail`. If your IdP uses emails for usernames, you can map `userName` (IdP) to `userName` (Segment).
8383

8484
If your IdP supports the `displayName` attribute, you can map it directly to the Segment `displayName` attribute. If it does not, most IdPs can create a "macro mapping" which allows you to map more than one field to a single field in Segment.
8585

8686
For example, you might map `{firstName} {lastName}` from your IdP to `displayName` in Segment. If your IdP doesn't support this, you can map `firstName` (IdP) to `displayName` (Segment).
8787

88-
## Okta Set up Guide
88+
## Okta Setup Guide
8989

90-
1. [Complete the Okta Set up Guide for SSO](https://saml-doc.okta.com/SAML_Docs/How-to-Configure-SAML-2.0-for-Segment.html?baseAdminUrl=https://segment-admin.oktapreview.com&app=segment&instanceId=0oata15py1n3kQUo50h7){:target="_blank”}
90+
1. [Complete the Okta setup guide for SSO](https://saml-doc.okta.com/SAML_Docs/How-to-Configure-SAML-2.0-for-Segment.html?baseAdminUrl=https://segment-admin.oktapreview.com&app=segment&instanceId=0oata15py1n3kQUo50h7){:target="_blank”}
9191
2. Click **Provisioning**, then click **Configure API Integration** and select **Enable API Integration**.
9292
3. [Generate an API key](#api-key), then copy and paste this value into the **API Token** field in Okta, and click **Save**.
9393

@@ -109,18 +109,18 @@ For example, you might map `{firstName} {lastName}` from your IdP to `displayNam
109109
110110
![Screenshot of the Segment Settings page, with the Access Management and User Groups tabs selected, and the user group created in the steps above present on the page.](images/scim_edit_groups.png)
111111

112-
## Microsoft Entra ID setup guide
112+
## Microsoft Entra ID Setup Guide
113113

114114
Instructions for configuring Microsoft Entra ID can be found on the Microsoft Docs website.
115115

116-
1. [Complete the Microsoft Entra ID setup guide for SSO](https://learn.microsoft.com/en-us/entra/identity/saas-apps/segment-tutorial)
116+
1. [Complete the Microsoft Entra ID setup guide for SSO](https://learn.microsoft.com/en-us/entra/identity/saas-apps/segment-tutorial){:target="_blank”}
117117

118-
2. [Complete the Microsoft Entra ID setup guide for SCIM](https://learn.microsoft.com/en-us/entra/identity/saas-apps/segment-provisioning-tutorial)
118+
2. [Complete the Microsoft Entra ID setup guide for SCIM](https://learn.microsoft.com/en-us/entra/identity/saas-apps/segment-provisioning-tutorial){:target="_blank”}
119119

120-
## OneLogin Set up Guide
120+
## OneLogin Setup Guide
121121

122122
Instructions for configuring OneLogin can be found on the OneLogin Docs website.
123123

124124
1. Add and configure the Segment SSO integration from within the OneLogin application.
125125

126-
2. [Complete the OneLogin Set up Guide for SCIM](https://onelogin.service-now.com/support?id=kb_article&sys_id=a7833cd7db3a30501c167e77f4961923){:target="_blank”}.
126+
2. [Complete the OneLogin setup Guide for SCIM](https://onelogin.service-now.com/support?id=kb_article&sys_id=a7833cd7db3a30501c167e77f4961923){:target="_blank”}

0 commit comments

Comments
 (0)