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 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…
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…