Skip to content

Commit cc235c0

Browse files
authored
Merge pull request #204858 from MicrosoftDocs/main
Publish to Live, Friday 4AM PST, 7/15
2 parents c07db2a + 08b422c commit cc235c0

File tree

300 files changed

+3455
-960
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+3455
-960
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Determines whether one string claim is equal to another. The result is a new boo
171171
| InputClaim | inputClaim1 | string | First claim type, which is to be compared. |
172172
| InputClaim | inputClaim2 | string | Second claim type, which is to be compared. |
173173
| 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. |
175175
| OutputClaim | outputClaim | boolean | The claim that is produced after this claims transformation has been invoked. |
176176

177177
### Example of CompareClaims
@@ -186,7 +186,7 @@ Use this claims transformation to check if a claim is equal to another claim. T
186186
</InputClaims>
187187
<InputParameters>
188188
<InputParameter Id="operator" DataType="string" Value="NOT EQUAL" />
189-
<InputParameter Id="ignoreCase" DataType="boolean" Value="true" />
189+
<InputParameter Id="ignoreCase" DataType="string" Value="true" />
190190
</InputParameters>
191191
<OutputClaims>
192192
<OutputClaim ClaimTypeReferenceId="SameEmailAddress" TransformationClaimType="outputClaim" />
115 KB
Loading
34.5 KB
Loading
26.7 KB
Loading
66.3 KB
Loading
163 KB
Loading
Loading
Loading
36.3 KB
Loading
Loading

0 commit comments

Comments
 (0)