How to use Azure Auth using Azure AD without other Azure cloud dependencies?

Karasek, David 5 Reputation points
2023-05-23T15:18:07.8133333+00:00

How do we use Azure Auth using Azure AD without any other cloud dependencies? 1) In an app deployed in IIS on premise. In an app using an Angular/NodeJS front end. 3. In its ASP .Net Core 6 API? 4. In authenticating to an on-prem SQL Server DB?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
25,048 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,521 Reputation points Moderator
    2023-05-26T07:48:50.3166667+00:00

    Hello @Karasek, David , you can implement Azure AD using protocols such as OAuth2, Open ID Connect, and SAML2; features such as Azure Apps Services built-in Authentication, Azure AD Application Proxy, and programming libraries such as MSAL. All but the first have not dependency on other Azure resources.

    I'm listing some options per scenario provided:

    1. In an app deployed in IIS on premise: Azure AD Application Proxy, MSAL.
    2. In an app using an Angular/NodeJS front end: MSAL JS. Azure App Services built-in Authentication.
    3. In its ASP .Net Core 6 API: MSAL .NET, Azure.Identity.
      1. In authenticating to an on-prem SQL Server DB: Azure Active Directory authentication for SQL Server.

    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.

    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.