How to implement SCIM in .NET Core for automatic user provisioning with Azure AD multi-tenant setup?

Shripad Godse 25 Reputation points
2023-12-05T11:50:33.55+00:00

I am new and looking for assistance to achieve user provisioning in my web application. I have a .NET Core application and Azure AD multi-tenant setup for single sign-on. The goal is to automatically add users in my web application when clients add users in their tenant.

I have looked through some links for guidance but haven't found a clear idea of how to implement SCIM to provision users and groups.

Please help me here to achieve SCIM.

Links I have viewed:

Thank you for your help in advance.

Developer technologies ASP.NET ASP.NET Core
Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 30,296 Reputation points Microsoft Employee Moderator
    2023-12-06T08:12:30.2033333+00:00

    Hi @Shripad Godse ,

    Thanks for reaching out.

    There is a sample provided by Micrsoft Entra to build the SCIM endpoint. This sample has all the endpoints to provision users and groups.

    https://github.com/AzureAD/SCIMReferenceCode

    Thanks,

    Shweta


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.