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)
Can I secure a single set of APIs with two different Azure AD B2C tenants?
Can I secure a web api from two different Azure AD B2C tenants so two different mobile apps can use the same apis?
How to get only country phone code instead of country name and country phone code in Azure AD B2C?
I have B2C application where the country code is showing like . However, instead of both name of the country and the country phone code. I want to show the “country phone code” [that is only (+1)] only to the user. How can this be achieved? Is there any setting in B2C user journey flow ? Please let help. Thanks.
How to get only country code instead of country name and country code in Azure AD B2C?
I have B2C application where the country code is showing like . However, instead of name of the country and the country code. I want to show the “country code” only to the user. How can this be achieved? Is there any setting in B2C user journey flow ? Please let help. Thanks.
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).
Azure AD B2C sometimes generates a new one time password after issuing authorization code
We sometimes get complaints from our Azure AD B2C users that the MFA validation is required twice before they are successfully logged in. Unfortunately we have no idea how to reproduce this scenario and therefor it’s difficult to come up with a hypothesis on what’s going wrong here. Issues does not seem browser or device specific.