You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an Azure B2C custom policy. While uploading the TrustFrameworkExtensions policy, I encountered a schema validation error when the TechnicalProfile for the the REST API. However, the policy uploads successfully when the TechnicalProfile for the REST API is excluded.
XML File:
`
devrrpcb2c.onmicrosoft.com
B2C_1A_TrustFrameworkLocalization
Is Allowed
boolean
Indicates if the user is allowed to proceed
<!-- Add errorMessage ClaimType -->
<ClaimType Id="errorMessage">
<DisplayName>Error Message</DisplayName>
<DataType>string</DataType>
<DefaultPartnerClaimTypes>
<Protocol Name="OAuth2" PartnerClaimType="errorMessage" />
</DefaultPartnerClaimTypes>
<UserHelpText>Contains any error messages from the API or process</UserHelpText>
</ClaimType>
</ClaimsSchema>
I created an Azure B2C custom policy. While uploading the TrustFrameworkExtensions policy, I encountered a schema validation error when the TechnicalProfile for the the REST API. However, the policy uploads successfully when the TechnicalProfile for the REST API is excluded.
XML File:
`
devrrpcb2c.onmicrosoft.com B2C_1A_TrustFrameworkLocalization Is Allowed boolean Indicates if the user is allowed to proceedThe text was updated successfully, but these errors were encountered: