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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
title: "System for Cross-domain Identity Management (SCIM) Configuration Guide"
3
3
---
4
+
4
5
{% include content/plan-grid.md name="sso" %}
5
6
6
7
The SCIM specification is designed to make managing user identities in cloud-based applications like Segment easier. SCIM allows your Identity Provider (IdP) to manage users and groups within your Segment workspace.
@@ -15,7 +16,7 @@ To set up SCIM, you must first create an SSO connection. Once you [create your S
15
16
16
17
## Configuration Instructions
17
18
18
-
Segment officially supports [Okta](#okta-set-up-guide), and has plans to support Azure AD and OneLogin soon. 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.
19
+
Segment officially supports [Okta](#okta-set-up-guide) and [Azure AD](#azure-ad-set-up-guide), and we have plans to support OneLogin soon. 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.
19
20
20
21
You may still be able to use SCIM with another Identity Provider (IdP) by adapting the following instructions.
21
22
@@ -108,3 +109,11 @@ For example, you might map `{firstName} {lastName}` from your IdP to `displayNam
108
109
> **Tip**: You can also link Okta groups to an existing group from in the Segment app using the Okta UI.
109
110
110
111

112
+
113
+
## Azure AD Set up Guide
114
+
115
+
Instructions for configuring Azure AD can be found on the Microsoft Docs website.
116
+
117
+
1.[Complete the Azure AD Set up Guide for SSO](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/segment-tutorial)
118
+
119
+
2.[Complete the Azure AD Set up Guide for SCIM](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/segment-provisioning-tutorial)
0 commit comments