Is Conditional Access Authentication Context not supposed to be available on Azure B2C Tenant? I have an Azure B2C Tenant with PremiumP1 pricing tier. When I go to manage that tenant via “Open B2C Tenant” or switching the current directory and navigate to Conditional Access | Authentication contexts, the “New authentication context” is disabled. The pricing tier seems to be inherited from the linked EntraId for the subscription which is PremiumP1 and I don’t see anyway to change it. I have confirmed that Conditional Access Authentication Context is available on the linked EntraId but we need it on B2C tenant where the users (customers) are authenticated.
Screenshots of the Entra ID and B2C tenant:
In my Microsoft Entra ID Tenant, the “New authentication context” is enabled:
But when I checked in B2C tenant, the option is disabled:
To check whether the license is present in B2C tenant, check Licenses in B2C tenant:
Note that: Azure AD B2C is a separate service from Microsoft Entra ID and doesn’t inherit licenses from it. Refer this MsDoc
Hence you need to register with Microsoft Entra ID P2 in the B2C tenant:
After configuring the license, you will be able to add new authentication context.
7