azure-ad-b2c / unit-tests

Azure AD B2C custom policies unit tests
33 stars 16 forks source link

String split #5

Open shridharrathi opened 2 years ago

shridharrathi commented 2 years ago

Hi,

I was looking at https://github.com/azure-ad-b2c/unit-tests/blob/main/claims-transformation/string/CT_StringSubstring.xml to provide me with first 20 characters. But it fails when the string length is less than 20 characters.

Is it possible possible to achieve this?

Thanks, Shridhar