azure-ad-b2c / unit-tests

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

ClaimsTransformation extract stringcollection from json array #7

Open fmuntean opened 2 years ago

fmuntean commented 2 years ago

How do I extract a string collection if I have a json like: [ { key:key1, value:value1}, { key:key2, value:value2}, ........ { key:keyN, value:valueN}, ]

I need the transformed claim to be like [value1,value2,...valueN]