Cloud HR application to Azure Active Directory user provisioning providers other than Workday or salesforce

Tony Bates 40 Reputation points
2023-09-20T01:24:01.8433333+00:00

When setting up Azure Active Directory user provisioning from a cloud based HR application, the documentation only specifies Workday and Success Factors. Is there a way to utilise other cloud based HR applications to be the source of user provisioning? For example Oracle Cloud HCM.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,433 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,371 questions
0 comments No comments
{count} votes

Accepted answer
  1. 2023-09-22T21:56:44.1933333+00:00

    Hello @Tony Bates , besides selected apps such as Workforce and SuccessFactors, Entra ID/Azure AD supports API-driven inbound provisioning, currently in public preview. This is an alternative to the standard MS Graph user operations and is designed to handle a different enterprise identity integration scenario shaped by three unique requirements:

    1. Ability to asynchronously process records in bulk (for example, processing 50K+ records)
    2. Ability to include any identity attribute in the payload (for example, costCenter, pay grade, badgeId)
    3. Support API clients unaware of operation semantics. These clients are non-SCIM API clients that only have access to raw source data (for example, records in CSV file, SQL table or HR records). These clients don't have the processing capability to read each record and determine the operation semantics of Create/Update/Delete on the identity store.

    For more information take a look to Frequently asked questions about API-driven inbound provisioning (Public preview).

    Let us know if you need additional assistance. If the answer was helpful, please accept it and rate it so that others facing a similar issue can easily find a solution.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.