Umesh Panditumeshpandit.hashnode.dev·Aug 4, 2024How to Get Started with Azure Active Directory B2C: A Step-by-Step GuideAs I dive into the world of cloud I’ve come to realize the importance of managing identities and access in a secure and efficient way. Azure Active Directory B2C (Azure AD B2C) helps me do that. In this post, I’ll explain how it works and walk you th...Discuss·1 like·41 readsAzure AD B2C
Michael ObernbergerProobi-lab.at·May 22, 2024Notes from the field: Azure Active Directory B2C with TerraformIntroduction Azure Active Directory B2C provides business-to-customer identity as a service. Your customers can use their preferred social, enterprise, or local account identities to get single sign-on access to your applications and APIs. As you s...Discuss·167 reads#IaC
Alexandre NedelecProtechwatching.hashnode.dev·Mar 11, 2024Call your Azure AD B2C protected API with authenticated HTTP requests from your JetBrains IDEI have written several blog posts about HTTP clients in the past. I am a big fan of using HTTP text files versioned in a git repository alongside API code and executed by an IDE tooling. However, there was one use case where a GUI tool like Postman o...DiscussAPI Clients Azure AD B2C
Jimmy Mojimmoblog.hashnode.dev·Apr 17, 2023Power Pages - Controlling User Registration Based on Domain with Azure AD B2C Custom PolicyRecently, one of our clients requires their Power Pages (Power Apps Portal) solution to restrict user registration based on their email domain. Without putting my security hat on, my direct thought was to create a new row in an existing Dataverse tab...Discuss·432 readsAzure AD B2C
Favour Adeshinathecompletehub.hashnode.dev·Jul 15, 2022Handling User Authentication in Power Pages with Azure AD B2CHi there, in this article, I'm excited to share my knowledge on how to use Microsoft Azure AD B2C as an authentication provider in Power Pages. Let's get right into it! Azure AD B2C as an Authentication Service What is Authentication? This simply ref...Discuss·457 readsPower PlatformLow Code