Azure AD Authentication in WPF Application using MSAL
In this article, let's try to setup authentication in .NET Core WPF application. Let's use Azure AD and MSAL for this setup. I promise there are going to be some…
In this article, let's try to setup authentication in .NET Core WPF application. Let's use Azure AD and MSAL for this setup. I promise there are going to be some…
Azure AD B2B is used as identity and access management service which is meant for enterprise application. The enterprise applications are generally targeted to users in an organization. All these…
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…
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 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…