Authentication Options on Azure App Service
Azure App Service provides very convenient way to publish your web application on internet. You can directly publish the web application from Visual Studio publish. Azure App Services also provide…
Azure App Service provides very convenient way to publish your web application on internet. You can directly publish the web application from Visual Studio publish. Azure App Services also provide…
Azure AD B2C can support variety of identity providers, which can authenticate users. Suppose you have Angular application which calls the Web APIs and both are protected using Azure AD…
Azure AD B2C can be used for authenticating the user identity. Azure AD B2C has concept of identity providers. The identity providers are used for validating the user identities. Azure…
I am trying to go through the features available in Azure AD B2C. In this article, let's try to see how multi factor authentication can be enabled. Prerequisites For following…
Recently, I was trying to publish a Single Page Application to Azure App Service and I encountered an error. So, let's have a look at what that error was and…
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,…
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…
In the previous blog post, we have seen how can we use MSAL.NET with .NET Core web applications. Many applications use Single Page applications as front end which call web…
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…
In this article, we will use Azure AD to secure the Web API. We are going to use MSAL for this demonstration. MSAL stands for Microsoft Authentication Library. Please note…
Now a days, all the functionalities available in your business applications are required to be available everywhere. Everybody wants the application to be available at their finger tips. Your customers…