Azure AD B2C with external IDP _JumpCloud

Grigory Portnov 1 Reputation point
2022-11-08T07:05:40.827+00:00

I am trying to configure Saml Assertion to allow Federation through JumCloud
I am using the documentation with the closest procedure for it.
https://learn.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-adfs-saml?tabs=windows&pivots=b2c-custom-policy
Actually, I am stuck on Configure the SAML technical profile stage while trying upload the customized TrustFrameworkExtensions.xml.

Validation failed: 1 validation error(s) found in policy "B2C_1A_MYPOLICY" of tenant "fundguardlogin.onmicrosoft.com".Policy with 'policyId': B2C_1A_B2C_1A_MYPOLICY cannot be found in the directory 'MYDirectory'.Policy with 'policyId': B2C_1A_B2C_1A_MYPOLICY cannot be found in the directory 'MYDirectory'.

The policy indeed exists in PolicyKeys - I double-checked it.

What do you think the problem here?

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
14,731 questions
Azure Active Directory External Identities
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 15,066 Reputation points Microsoft Employee
    2022-11-11T10:31:25.127+00:00

    Hi @Grigory Portnov ,

    Thanks for reaching out.

    Could you please confirm which xml file you named as "B2C_1A_B2C_1A_MYPOLICY". It seems reference of this file is missing in the B2C_1A_MYPOLICY.

    Could you please check the references of xml files once that the reference of base xml is configured correctly in extension or child file.

    Reference: https://learn.microsoft.com/en-us/azure/active-directory-b2c/custom-policy-overview#inheritance-model

    Thanks,
    Shweta