How to save Users On Azure Ad portal with Asp.net core

Charan Singh 1 Reputation point
2021-09-02T17:42:38.687+00:00

We are developing a .Net core web application with Azure AD Authentication so how can
we save users directly from our asp.net core web application to Azure Ad Portal with their respected role (Authority).

Microsoft Security Microsoft Entra Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,866 Reputation points Moderator
    2021-09-06T07:58:09.893+00:00

    Hi @Charan Singh • Thank you for reaching out.

    There are 2 options that you have for this purpose. You can either use Azure AD B2B or Azure AD B2C tenants with your ASP.NET Core application, as per the instructions I have provided in my tutorial docs below:

    1 . Add Azure AD B2B authentication to an ASP.NET Core web app


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

    1 person found this answer helpful.
    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.