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
| InputClaim |inputJsonClaim| string | The ClaimTypes that are used by the claims transformation to get the item from the JSON data. |
229
-
| OutputClaim | key | string | The ClaimType that is produced after this ClaimsTransformation has been invoked, the first element key in the JSON array. |
230
-
| OutputClaim | value | string | The ClaimType that is produced after this ClaimsTransformation has been invoked, the first element value in the JSON array. |
228
+
| InputClaim |inputJson| string | The ClaimTypes that are used by the claims transformation to get the item from the JSON data. |
229
+
| OutputClaim | key | string | The first element key in the JSON. |
230
+
| OutputClaim | value | string | The first element value in the JSON. |
231
231
232
-
In the following example, the claims transformation extracts the first element (first name) from the JSON data.
232
+
In the following example, the claims transformation extracts the first element (given name) from the JSON data.
0 commit comments