Sync Azure Active Directory Users with our App (custom mobile app made with React Native and NestJs(Typescript)).

Omar 21 Reputation points
2022-11-17T12:29:00.91+00:00

Hi, my name is Omar and I have this query regarding the Azure Active Directory.

I need to sync between our Azure Active Directory and our Application (mobile App). Whenever we create users in Azure AD, we need to use some sort of webhook (In which we will provide an https end point of our app), that will send us the user details and accordingly on that provided webhook. We will register that user in our app. Is this possible with the subscription. Actually I asked someone this, he said maybe I would be able to achieve this with the webhook, but to make sure I need to ask someone over here in this forum. Please help!

Note: We have our app hosted on-premises.

Thank you

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sandeep G-MSFT 20,921 Reputation points Microsoft Employee Moderator
    2022-11-23T04:20:05.16+00:00

    @Omar

    You can achieve this by using SCIM. Azure AD supports SCIM.
    Azure AD Provisioning Service provisions users to SaaS apps and other systems by connecting to a System for Cross-Domain Identity Management (SCIM) 2.0 user management API endpoint provided by the application vendor.
    This SCIM endpoint allows Azure AD to programmatically create, update, and remove users.

    You can refer below articles to know more about SCIM and its configuration.
    https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/how-provisioning-works
    https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/sync-scim
    https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups

    Do let me know if you have any further questions

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

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.