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
the input parameter 'ignoreCase' is documented as being DataType "boolean" but if you use boolean, you get an error similar to
"Message": "Execution of ClaimsTransformationImpl of Type "Microsoft.Cpim.Data.Transformations.EqualityTransformation" for TransformationMethod "CompareClaimToValue" of ClaimsTransformation with id "xxxxxxx" in policy "B2C_1A_P1_V1_SuSi_UAT" of tenant "xxxxxxxx.onmicrosoft.com" threw an exception with the following message: Unable to cast object of type 'System.Boolean' to type 'System.String'.",
in unit-tests/claims-transformation/string/CT_CompareClaimToValue.xml
the CT "CheckStrings-Equal" doesn't conform to the documentation..
https://docs.microsoft.com/en-us/azure/active-directory-b2c/string-transformations#compareclaimtovalue
the input parameter 'ignoreCase' is documented as being DataType "boolean" but if you use boolean, you get an error similar to
"Message": "Execution of ClaimsTransformationImpl of Type "Microsoft.Cpim.Data.Transformations.EqualityTransformation" for TransformationMethod "CompareClaimToValue" of ClaimsTransformation with id "xxxxxxx" in policy "B2C_1A_P1_V1_SuSi_UAT" of tenant "xxxxxxxx.onmicrosoft.com" threw an exception with the following message: Unable to cast object of type 'System.Boolean' to type 'System.String'.",
So the code sample is correct, but the docs are incorrect on this point..
The text was updated successfully, but these errors were encountered: