B2C Custom policy data type case sensitive

Vikas Tiwari 766 Reputation points
2021-05-26T15:36:31.827+00:00

I have custom policy which calls legacy IDP through REST API and I am seeing following results:

Scenario 1:
Response from API
{
"tokenSuccess": True,
"migrationRequired": False
}
result on b2c policy : Error message : The claim exchange <Id> specified in step <order> returned HTTP error response that cannot be parsed.

Scenario 2:
Response from API
{
"tokenSuccess": true,
"migrationRequired": false
}
result on b2c policy : Success works as expected.

Is data type using in custom policy (Boolean) case sensitive? Is there any way to work scenario1 using custom policy?

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,775 questions
{count} votes

Accepted answer
  1. James Hamil 23,216 Reputation points Microsoft Employee
    2021-05-28T19:29:57.407+00:00

    Hi @Vikas Tiwari , unfortunately we do not offer the option to handle uppercase. I would suggest submitting a feature request here.

    If this answer helped you please mark it as "Verified" so other users may reference it.

    Thank you,
    James

    0 comments No comments

0 additional answers

Sort by: Most helpful