Repro steps: - Go to the live demo for the integer claims transformations here: https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_AssertNumber/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login - In the drop down select any of the transformations that contain "equal to 20" (less than or equal to, greater than or equal to, equal to) - click continue button - transformation fails with the message "The assertion failed! Check the value you provided is fits to the predefined target 20." Expected result: the transform would return TRUE for 20=20, 20<=20, 20>=20 instead of failing.
Repro steps:
Expected result: the transform would return TRUE for 20=20, 20<=20, 20>=20 instead of failing.