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 | collection | stringCollection | The claim type which is to be searched. |
165
+
| InputClaim | item|string| The claim type that contains the value to search.|
166
+
|InputParameter|ignoreCase|string|Specifies whether this comparison should ignore the case of the strings being compared.|
167
+
| OutputClaim | outputClaim | boolean | The ClaimType that is produced after this ClaimsTransformation has been invoked. A boolean indicator if the collection contains such a string |
168
+
169
+
Following example checks whether the `roles` stringCollection claim type contains the value of the `role` claim type.
0 commit comments