File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Determines whether one string claim is equal to another. The result is a new boo
171
171
| InputClaim | inputClaim1 | string | First claim type, which is to be compared. |
172
172
| InputClaim | inputClaim2 | string | Second claim type, which is to be compared. |
173
173
| InputParameter | operator | string | Possible values: ` EQUAL ` or ` NOT EQUAL ` . |
174
- | InputParameter | ignoreCase | boolean | Specifies whether this comparison should ignore the case of the strings being compared. |
174
+ | InputParameter | ignoreCase | string | Specifies whether this comparison should ignore the case of the strings being compared. |
175
175
| OutputClaim | outputClaim | boolean | The claim that is produced after this claims transformation has been invoked. |
176
176
177
177
### Example of CompareClaims
@@ -186,7 +186,7 @@ Use this claims transformation to check if a claim is equal to another claim. T
186
186
</InputClaims >
187
187
<InputParameters >
188
188
<InputParameter Id =" operator" DataType =" string" Value =" NOT EQUAL" />
189
- <InputParameter Id =" ignoreCase" DataType =" boolean " Value =" true" />
189
+ <InputParameter Id =" ignoreCase" DataType =" string " Value =" true" />
190
190
</InputParameters >
191
191
<OutputClaims >
192
192
<OutputClaim ClaimTypeReferenceId =" SameEmailAddress" TransformationClaimType =" outputClaim" />
You can’t perform that action at this time.
0 commit comments