Introduction: In my previous article, I showed how to enrich tokens in Azure AD B2C by calling an Azure Function App during sign-in: https://gowthamcbe.com/2023/12/20/azure-ad-b2c-custom-policy-custom-claim-token-enrichment/ In this follow-up post, I’ll extend…
Introduction: When working with Azure AD B2C, there are scenarios where users must reset their password upon their first sign-in, especially when passwords are either admin reset or auto-generated during…
Introduction: Oracle Cloud Infrastructure (OCI) is Oracle’s comprehensive suite of cloud services, designed to support modern enterprise applications with high performance, reliability, and security. Built with robust architecture, OCI provides…
Introduction: Multi-factor authentication (MFA) is a security mechanism that requires users to verify their identity using multiple factors before gaining access to an account or system. These factors typically include something…
Introduction: Azure B2C is a service that manages business-to-customer identity, allowing users to access applications and APIs through single sign-on (SSO) using their social and local account identities. This post…
Introduction: Azure B2C is a business-to-customer identity management service. Using Azure AD B2C service, customer can use their social, and local account identities to get SSO (Single sign-on) access to your applications…
Introduction: Once you register the Azure AD B2C application, you can update most of the properties of application registration using the Azure portal and the Graph API, however, if you…
Introduction: This blog comes under my series of blogs based on Integrating Azure AD B2C with ASP.NET MVC Web application.Please go through my blog on Azure AD B2C integration with…
Introduction: Azure Active Directory B2C (Azure AD B2C) allows identity developers to seamlessly incorporate RESTful API interactions into their user flows using API connectors. This feature empowers developers to dynamically…
Introduction: This document will help you to understand how to update the Page layout version in Azure B2C Custom policy. Page layout versioning is always important to make sure you’re…