Relative Content

Tag Archive for azure-ad-b2c

B2C + Azure AD + HRD: Custom Policy vs. Canned User Flows

In our system we’ve added Azure AD Identity Provider to a canned SignInUp user flow and it is working. Now we want to use the Home Realm Discovery custom policy but it is working very differently. (HRD: https://github.com/azure-ad-b2c/samples/blob/master/policies/default-home-realm-discovery/readme.md)

Aquiring Azure B2C token programmatically results in unresolved protocol handler error

We’re investigating moving to Azure B2C and as part of a PoC we’ve successfully set up a user journey with interactive sign-in and enriched claims via an API call. However, we also need the ability to have a non-interactive sign-in. We’ve followed this guide: https://learn.microsoft.com/en-us/entra/identity-platform/scenario-desktop-acquire-token-username-password

How to automate the process of ADB2C setup in different environments

I have a activity. Need help from you guys. My company is working on Azure cloud and they have ADB2C service running in the cloud which is setup manually for different environments. They need a plan to know how can we automate the process of configuring ADB2C for different environment. Please help if possible

Azure AD B2C – Assigning a ‘membership type’ to users

sorry for another Azure AD B2C post, I am looking for some general advice on how to approach user ‘memberships’. The service that is being provided has 3 membership levels – Bronze (basic access), Silver (advance access) and Gold (full access).