Service principal and certificate with Azure key vault
In last article, we have seen how to access the Azure key vault using service principal. Before we begin You may want to go through some of the previous articles in this series.…
In last article, we have seen how to access the Azure key vault using service principal. Before we begin You may want to go through some of the previous articles in this series.…
In this article, let's have a look at how to enable authentication in .NET Core WPF application. Prerequisites For following all steps in this article, we will need Azure Subscription.…
In past few articles, we have seen how to setup applications which calls web APIs. In most of those posts, we have used Delegated permissions, meaning, the API would be…
In previous articles, we have seen capabilities of Azure AD B2C and how to use those in our applications using MSAL. In this article let's try to implement the scenario,…
In this article, let's have a look at how .NET Core Angular Web Application can be protected using Azure AD B2C. What we need? For following all steps in this…
Azure AD B2C can be used for consumer applications where any user can signup for the application and use the functionality. These users can also view their profile, update it…
Azure Active Directory is Azure's identity and access management service. It can be used for authenticating and authorizing users to ensure that only allowed users are able to access the…
Real world applications are composed of multiple components. Each component may itself be an application. For example, a web app may call another application which exposes only Web APIs. In…
In this article, let's see how can we secure a .NET Core web application (Razor or MVC) with Azure AD. Please note that you will need Azure subscription to follow the steps…