Skip to content

Commit e9b2def

Browse files
authored
Fix documentation inconsistencies in StringCollection transformations.
- AddItemToStringCollection documentation table states TransformationClaimType should be "Element" when the XML example uses "item" - AddParameterToStringCollection documentation table states TransformationClaimType should be "Element" when the XML example uses "item"
1 parent ef8e46d commit e9b2def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/stringcollection-transformations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Adds a string claim to a new unique values stringCollection claim. Check out the
2828

2929
| Element | TransformationClaimType | Data Type | Notes |
3030
| ---- | ----------------------- | --------- | ----- |
31-
| InputClaim | Element | string | The ClaimType to be added to the output claim. |
31+
| InputClaim | item | string | The ClaimType to be added to the output claim. |
3232
| InputClaim | collection | stringCollection | The string collection to be added to the output claim. If the collection contains items, the claims transformation copies the items, and adds the item to the end of the output collection claim. |
3333
| OutputClaim | collection | stringCollection | The ClaimType that is produced after this claims transformation has been invoked, with the value specified in the input claim. |
3434

@@ -63,7 +63,7 @@ Adds a string parameter to a new unique values stringCollection claim. Check out
6363
| Element | TransformationClaimType | Data Type | Notes |
6464
| ---- | ----------------------- | --------- | ----- |
6565
| InputClaim | collection | stringCollection | The string collection to be added to the output claim. If the collection contains items, the claims transformation copies the items, and adds the item to the end of the output collection claim. |
66-
| InputParameter | Element | string | The value to be added to the output claim. |
66+
| InputParameter | item | string | The value to be added to the output claim. |
6767
| OutputClaim | collection | stringCollection | The ClaimType that is produced after this claims transformation has been invoked, with the value specified in the input parameter. |
6868

6969
### Example of AddParameterToStringCollection

0 commit comments

Comments
 (0)