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…
In last article, we have seen how to setup the federation between Google and Azure AD B2B. In this article, let's have a look at how to setup federation with…
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…
Many organizations are now moving to Microservices and APIs calling other APIs is very common in Microservices architecture. In this article, let's see how a secured API can call another…
While interacting with Azure AD, applications receive ID tokens after authenticating the users. The applications use access tokens and refresh tokens while interacting with APIs. All these tokens are Json…
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…
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,…
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…
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…
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…