Login page customization options in Azure AD B2C
When an application is configured to use Azure AD B2C for authentication, the application shows sign in and sign up pages. The contents of these pages are obvious subjected to…
When an application is configured to use Azure AD B2C for authentication, the application shows sign in and sign up pages. The contents of these pages are obvious subjected to…
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 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…
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…
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…