Skip to content

Commit e400c3a

Browse files
Merge pull request #250989 from ArvindHarinder1/patch-314
Update automate-provisioning-to-applications-solutions.md
2 parents a380d95 + d1bbd8e commit e400c3a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

articles/active-directory/architecture/automate-provisioning-to-applications-solutions.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,24 @@ In addition to the pre-integrated gallery applications, Azure AD supports provis
9191

9292
[Learn more about provisioning to SCIM enabled applications](../app-provisioning/use-scim-to-provision-users-and-groups.md)
9393

94-
### Automate provisioning to SQL and LDAP based applications
94+
### Automate provisioning to on-premises applications
9595

96-
Many applications don't support the SCIM standard, and customers have historically used connectors developed for MIM to connect to them. The Azure AD provisioning service supports reusing connectors developed for MIM and provisioning users into applications that rely on an LDAP user store or a SQL database.
96+
Many applications don't support the SCIM standard, and customers have historically used connectors developed for MIM to connect to them. The Azure AD provisioning service supports reusing connectors built for MIM, without needing a MIM sync deployment. This opens up connectivity to a wide range of on-premises and SaaS applications.
97+
98+
|Protocol |Connector|
99+
|-----|-----|
100+
| LDAP | [LDAP](../app-provisioning/on-premises-ldap-connector-configure.md)|
101+
| SQL | [SQL](../app-provisioning/tutorial-ecma-sql-connector.md) |
102+
| REST | [Web Services](../app-provisioning/on-premises-web-services-connector.md)|
103+
| SOAP | [Web Services](../app-provisioning/on-premises-web-services-connector.md)|
104+
| Flat-file| [PowerShell](../app-provisioning/on-premises-powershell-connector.md) |
105+
| Custom | [Custom ECMA connectors](../app-provisioning/on-premises-custom-connector.md) |
97106

98107
[Learn more about on-premises application provisioning](../app-provisioning/user-provisioning.md)
99108

100109
### Use integrations developed by partners
101110

102-
Many applications may not yet support SCIM or rely on SQL / LDAP databases. Microsoft partners have developed SCIM gateways that allow you to synchronize users between Azure AD and various systems such as mainframes, HR systems, and legacy databases. In the image below, the SCIM Gateways are built and managed by partners.
111+
Microsoft partners have developed SCIM gateways that allow you to synchronize users between Azure AD and various systems such as mainframes, HR systems, and legacy databases. In the image below, the SCIM Gateways are built and managed by partners.
103112

104113
![Agent with SCIM gateway](media/automate-user-provisioning-to-applications-solutions/provisioning-agent-with-scim-gateway.png)
105114

0 commit comments

Comments
 (0)