Skip to content

Commit a4a43e7

Browse files
authored
Update SCIM docs to include Azure AD references (#1482)
* include AAD references * remove ending period
1 parent 351f363 commit a4a43e7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/segment-app/iam/scim.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "System for Cross-domain Identity Management (SCIM) Configuration Guide"
33
---
4+
45
{% include content/plan-grid.md name="sso" %}
56

67
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
1516

1617
## Configuration Instructions
1718

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.
1920

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

@@ -108,3 +109,11 @@ For example, you might map `{firstName} {lastName}` from your IdP to `displayNam
108109
> **Tip**: You can also link Okta groups to an existing group from in the Segment app using the Okta UI.
109110
110111
![](images/scim_edit_groups.png)
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

Comments
 (0)