Skip to content

Commit 5efc3be

Browse files
authored
Merge pull request #112989 from ArvindHarinder1/patch-109
Update scim-graph-scenarios.md
2 parents 0653a3b + 8e15bf6 commit 5efc3be

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

articles/active-directory/app-provisioning/scim-graph-scenarios.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
11
---
2-
title: Using SCIM, the Microsoft Graph, and the Azure AD provisioning service to provision users and enrich your application with the data it needs | Microsoft Docs
2+
title: Use SCIM, Microsoft Graph, and Azure AD to provision users and enrich apps with data
33
description: Using SCIM and the Microsoft Graph together to provision users and enrich your application with the data it needs .
44
services: active-directory
5-
documentationcenter: ''
65
author: msmimart
76
manager: CelesteDG
8-
9-
ms.assetid:
107
ms.service: active-directory
118
ms.subservice: app-provisioning
129
ms.workload: identity
13-
ms.tgt_pltfrm: na
14-
ms.devlang: na
1510
ms.topic: conceptual
16-
ms.date: 04/23/2020
11+
ms.date: 04/26/2020
1712
ms.author: mimart
1813
ms.reviewer: arvinh
1914

20-
ms.collection: M365-identity-device-management
2115
---
2216

2317

2418
# Using SCIM and Microsoft Graph together to provision users and enrich your application with the data it needs
2519

26-
**Target audience:** This document is targeted towards developers building applications to be integrated with Azure AD. For others looking to use applications already integrated with Azure AD, such as Zoom, ServiceNow, and DropBox, you can skip this and review the application specific [tutorials](https://docs.microsoft.com/azure/active-directory/saas-apps/tutorial-list) or review [how the provisioning service works](https://docs.microsoft.com/azure/active-directory/app-provisioning/how-provisioning-works).
20+
**Target audience:** This article is targeted towards developers building applications to be integrated with Azure Active Directory (Azure AD). If you're looking to use applications already integrated with Azure AD, such as Zoom, ServiceNow, and DropBox, you can skip this article and review the application specific [tutorials](https://docs.microsoft.com/azure/active-directory/saas-apps/tutorial-list) or review [how the provisioning service works](https://docs.microsoft.com/azure/active-directory/app-provisioning/how-provisioning-works).
2721

2822
**Common scenarios**
2923

@@ -45,7 +39,6 @@ Today, IT admins provision users by manually creating user accounts or periodica
4539
* If your customers use various IdPs and you do not want to maintain a sync engine to integrate with each, support a SCIM compliant [/Users](https://aka.ms/scimreferencecode) endpoint. Your customers will be able to easily use this endpoint to integrate with the Azure AD provisioning service and automatically create user accounts when they need access. You can build the endpoint once and it will be compatible with all IdPs. Check out the example request below for how a user would be created using SCIM.
4640
* If you require user data found on the user object in Azure AD and other data from across Microsoft, consider building a SCIM endpoint for user provisioning and calling into the Microsoft Graph to get the rest of the data.
4741

48-
4942
```json
5043
POST /Users
5144
{

articles/active-directory/develop/TOC.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,13 @@
448448
- name: Automatic user provisioning (SCIM)
449449
items:
450450
- name: What is automatic user provisioning?
451-
href: /azure/active-directory/manage-apps/user-provisioning
452-
- name: Building and integrating a SCIM endpoint
453-
href: /azure/active-directory/manage-apps/use-scim-to-provision-users-and-groups
451+
href: /azure/active-directory/app-provisioning/user-provisioning
452+
- name: Develop and integrating a SCIM endpoint
453+
href: /azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups
454+
- name: Common provisioning scenarios
455+
href: /azure/active-directory/app-provisioning/scim-graph-scenarios
456+
- name: Automate configuration using MS Graph
457+
href: /azure/active-directory/app-provisioning/application-provisioning-configure-api
454458
- name: How-to guides
455459
items:
456460
- name: Authentication

0 commit comments

Comments
 (0)