Secured API With Microsoft Azure AAD

Kumar Periyasamy 21 Reputation points
2021-02-25T12:26:04.867+00:00

i have lot of doubts in .Net Core API With Authentication Through Microsoft Azure AAD..
And How to consume that api?? Anyone Please Help Me..

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,560 questions
0 comments No comments
{count} votes

Accepted answer
  1. Michael Wang-MSFT 1,051 Reputation points
    2021-02-26T07:43:46.227+00:00

    Hi, @KumarPeriyasamy-4226,

    Web API access can be protected to avoid unauthorized access. In this article I would like to present how to configure Azure Active Directory B2C (Business-to-Consumer). Before that its worth to mention few words about Azure AD (Azure AD).

    Azure Active Directory is a cloud identity provider service or Identity as a Service (IdaaS) provided by Microsoft.

    Azure AD B2C is a separate service (with same technology as standard Azure AD) which allows organizations to build a cloud identity directory for their customers.

    Here is a article of How to configure Azure Active Directory B2C and integrate authentication in ASP .NET Core Web API project. See Azure AD B2C and ASP .NET Core Web API.

    ------
    If the answer doesn’t solve your issue, please provide more details of error that will help us track down what’s happening.
    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,
    Michael Wang


0 additional answers

Sort by: Most helpful