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:
- In an app deployed in IIS on premise: Azure AD Application Proxy, MSAL.
- In an app using an Angular/NodeJS front end: MSAL JS. Azure App Services built-in Authentication.
- In its ASP .Net Core 6 API: MSAL .NET, Azure.Identity.
-
- 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.