Skip to content

Commit f8b1140

Browse files
Merge pull request #248868 from ArvindHarinder1/ArvindHarinder1-patch-1-5
Update user-provisioning.md
2 parents a5ff6d5 + e1b1911 commit f8b1140

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/active-directory/app-provisioning/user-provisioning.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: active-directory
77
ms.subservice: app-provisioning
88
ms.topic: overview
99
ms.workload: identity
10-
ms.date: 03/14/2023
10+
ms.date: 08/14/2023
1111
ms.author: kenwith
1212
ms.reviewer: arvinh
1313
---
@@ -20,9 +20,17 @@ In Azure Active Directory (Azure AD), the term *app provisioning* refers to auto
2020

2121
Azure AD application provisioning refers to automatically creating user identities and roles in the applications that users need access to. In addition to creating user identities, automatic provisioning includes the maintenance and removal of user identities as status or roles change. Common scenarios include provisioning an Azure AD user into SaaS applications like [Dropbox](../../active-directory/saas-apps/dropboxforbusiness-provisioning-tutorial.md), [Salesforce](../../active-directory/saas-apps/salesforce-provisioning-tutorial.md), [ServiceNow](../../active-directory/saas-apps/servicenow-provisioning-tutorial.md), and many more.
2222

23-
Azure AD also supports provisioning users into applications hosted on-premises or in a virtual machine, without having to open up any firewalls. Your application must support [SCIM](https://aka.ms/scimoverview). Or, you must build a SCIM gateway to connect to your legacy application. If so, you can use the Azure AD Provisioning agent to [directly connect](./on-premises-scim-provisioning.md) with your application and automate provisioning and deprovisioning. If you have legacy applications that don't support SCIM and rely on an [LDAP](./on-premises-ldap-connector-configure.md) user store or a [SQL](./tutorial-ecma-sql-connector.md) database, Azure AD can support these applications as well.
24-
25-
App provisioning lets you:
23+
Azure AD also supports provisioning users into applications hosted on-premises or in a virtual machine, without having to open up any firewalls. The table below provides a mapping of protocols to connectors supported.
24+
25+
|Protocol |Connector|
26+
|-----|-----|
27+
| SCIM | [SCIM - SaaS](use-scim-to-provision-users-and-groups.md) <br />[SCIM - On-prem / Private network](./on-premises-scim-provisioning.md) |
28+
| LDAP | [LDAP](./on-premises-ldap-connector-configure.md)|
29+
| SQL | [SQL](./tutorial-ecma-sql-connector.md) |
30+
| REST | [Web Services](./on-premises-web-services-connector.md)|
31+
| SOAP | [Web Services](./on-premises-web-services-connector.md)|
32+
| Flat-file| [PowerShell](./on-premises-powershell-connector.md) |
33+
| Custom | [Custom ECMA connectors](./on-premises-custom-connector.md) <br /> [Connectors and gateways built by partners](./partner-driven-integrations.md)|
2634

2735
- **Automate provisioning**: Automatically create new accounts in the right systems for new people when they join your team or organization.
2836
- **Automate deprovisioning**: Automatically deactivate accounts in the right systems when people leave the team or organization.

0 commit comments

Comments
 (0)