Angular App and Azure AD Protected web API using MSAL
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…
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…
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, many people are preferring Angular to go for fairly large scale and complex applications. In this article, we will have a look at how to enable OAuth…
When you are working on applications which will be used by customers, you can use the Azure Active Directory to take care of sign-in and access management. This can help…
When you are working on applications which will be used by customers, you can use the Azure Active Directory to take care of sign-in and access management. This can help…
When you work with Azure Active Directory, you may here B2B and B2C words quite often. In this article, let's have a look at what do they mean. Azure AD…
You must have worked on web / desktop or mobile application, which required users to register and login to the application before using its functionality. You might have used many…