Posts

Demystifying App Registration in Azure AD B2C

Image
   Hello Readers, Today I am writing again on  "Azure AD B2C"  series after a long break. In today's blog we will look into "App Registration"   in ad b2c. If you have not checked out my previous blogs you can check  here . In today's digital age, businesses are racing to provide seamless and secure online experiences for their customers. This often involves complex authentication and identity management processes. Azure AD B2C (Azure Active Directory Business to Consumer) is a powerful tool that simplifies this process by offering a comprehensive set of features designed specifically for external customer identities. A key component of this setup is App Registration. Understanding the Basics At its core, App Registration in Azure AD B2C serves as the bridge between your application and the identity management capabilities of Azure AD B2C. It's the key to telling Azure AD B2C about your application and how it should behave during authentication and ide...

The Ultimate Guide to Userflow in Azure AD B2C: Boosting User Experience and Security

Image
    Hello Readers, Welcome to the 6th blog of   "AzureAdB2c series" . Please check previous five parts if not checked yet.  Part-1  -  Part-2  -  Part-3  -  Part-4  - Part5 . So, Today we will look into user-flow in azure ad b2c. Introduction: In today's digital landscape, providing a seamless and secure user experience is paramount. Azure Active Directory B2C (Azure AD B2C) is a robust identity management service that enables businesses to integrate authentication and authorization capabilities into their applications. One crucial aspect of Azure AD B2C is userflow, which defines the path a user takes during the authentication process. In this blog post, we will explore userflow in Azure AD B2C, understand its importance, and provide a comprehensive step-by-step guide on implementing and customizing it for your applications. Understanding Userflow in Azure AD B2C Userflow in Azure AD B2C determines the sequence of screens and ...

Next-Level Identity Management: How to Integrate Azure AD B2C with Google Accounts - Part2

Image
  Hello Readers, Welcome to the 5th blog of   "AzureAdB2c series" . In the first 4 parts we have seen how to create Azure AD B2C Tenant step by step , how to use it with .net core application and what are the different " Identity Providers In Azure Active Directory B2C" and how to add google account as identity provider. If you haven't checked yet then you can check  Part-1  -  Part-2 - Part-3 - Part-4 . So, Today we will look into  add google account as identity provider in  azure active directory b2c tenant. Why Integrate Azure AD B2C with Google Accounts? In today's fast-paced digital landscape, organizations strive to provide seamless user experiences while ensuring top-notch security. Azure Active Directory B2C (Azure AD B2C) offers a robust identity management solution that enables businesses to integrate with various external identity providers. Google, a widely used identity provider, allows users to authenticate and access applicati...

How to use Google Account As Identity Provider With Azure Active Directory B2C?

Image
Hello Readers, Welcome to the 4th blog of  "Azure active directory b2c series" . In the first 3 parts we have seen how to create Azure AD B2C Tenant step by step , how to use it with .net core application and what are the different " Identity Providers In Azure Active Directory B2C" . If you haven't checked yet then you can check  Part-1  -  Part-2 - Part-3 . So, Today we will look into "Google  Identity Providers " that azure active directory b2c provides. You might have question why we need the identity provider? So,  Azure Active Directory B2C (Azure AD B2C) is a powerful cloud identity management service that enables seamless user sign-up, sign-in, and profile management in applications. By integrating Google accounts as a sign-in option, you can enhance the user experience and streamline the authentication process. In this blog post, we will look into the steps to set up sign-up and sign-in with a Google account using Azure AD B2C, ensuring a s...

What are the Identity Providers in Azure Ad B2C?

Image
 Hello Readers, Welcome to my 3rd blog on  "Azure AD B2C"  series. In the first 2 parts we have seen how to create Azure AD B2C Tenant step by step and how to use it with .net core application. If you haven't checked it yet then you can check  Part-1  -  Part-2 . So, Today we will look into the " Identity Providers " that azure ad b2c provides. In today's digital world, online security is more important than ever. As more and more applications are moving to the cloud, businesses need to ensure their users' identities are verified and protected. This is where identity providers (IDPs) come in. An identity provider is a service that verifies the identity of a user, and then provides that user with a secure way to access an application or service. In Azure AD B2C, there are several different types of identity providers available to help you achieve this. What is Azure AD B2C? Before we dive into identity providers in Azure AD B2C, let's first briefly di...

Integrate Azure AD B2C With .Net Core Application

Image
 Hello Readers, Welcome to my second blog on  "Azure AD B2C"  series. In the first part we have seen how to create Azure AD B2C Tenant step by step. If you haven't checked it yet then you can check it  here . Today we will look into how we can integrate B2C tenant in our .net core application. We will also see what are the benefits of using B2C.  Azure AD B2C is a cloud-based identity management service that enables you to secure and manage the identity of your customers and employees. The Azure AD B2C local account provider allows you to use a local account store instead of an external identity provider. In this blog, we will explore how to use the Azure AD B2C local account provider with a .NET Core application. Step 1 : Create an Azure AD B2C tenant To get started, you need to have an Azure AD B2C tenant. If you do not already have one, you can check my first blog  here  where I have explained every thing in detail . Step 2 : Create an application i...

Create Azure Active Directory B2C Tenant | Create AD B2C Tenant

Image
 Hello Readers, Today I am writing the very first blog of "Azure AD B2C" series. I will be covering different topics in this series. So let's start with the first topic "Create Azure Active Directory B2C Tenant"  from very start" . Here I will give brief introduction of Microsoft Azure Active Directory (Azure AD) and  Azure AD B2C. Create Azure Active Directory B2C Tenant Step By Step Microsoft Azure Active Directory (Azure AD) is a cloud-based identity and access management service that helps organizations manage access to their applications, devices, and resources. Azure AD provides a centralized platform for managing user identities and granting access to applications and services. Azure AD B2C is a cloud-based identity management service for consumer-facing applications. It provides a way for businesses to handle authentication and authorization for their customers. With Azure AD B2C, businesses can enable their customers to sign in using their exist...