Introduction Azure B2C is a business-to-customer identity management as service. Using Azure AD B2C service, customers can use their social, and local account identities to get SSO (Single sign-on) access…
Introduction Azure AD B2C custom policies are used to handle complex scenarios for user flow. Default user flows (sign up, sign in, password reset, and edit profile) will fulfill the…
Introduction Azure B2C is a business to customer identity management as a service. Basically, using Azure AD B2C service, customer can use their social, and local account identities to get…
Introduction: Custom authentication extension from Microsoft Entra ID is used to interact with the external system during user authentication. It contains information about the REST API endpoints, and this endpoint…
Introduction: The Azure application proxy supports single sign-on access to the application that uses SAML, Header, Kerberos, and Password-based SSO. In this article, we are going to see how…
Introduction: Azure application proxy is a service used to establish a remote connection to on-premise web applications securely. It also provides a variety of single sign-on options. It is straightforward…
Introduction: In this article you will learn how to integrate multi factor authentication (MFA) with Azure B2C for an ASP.NET Core application. This is continuation of my previous article where…
Introduction: The Azure policy builds a strong foundation for your organization’s cloud governance. It reduces the time needed to audit the cloud environment by defining all compliance in a…
Introduction: This is a continuation of my last article about Azure AD B2C integration with the ASP.NET Core application. In this article, we are going to see how to use…
Introduction: What is Managed Identity? Azure Active Directory Managed Identities is one of the features in Azure App services to simplify the Secret management for our cloud services. Basically, our…