Posts

Showing posts from May, 2023

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