Skip to content

Commit fa5573e

Browse files
Mismatch in example of SetClaimsIfStringsMatch
From - **isMinorResponseCode**: B2C_V1_90001 - **isMinor**: true To - **isMinorResponseCode**: true - **isMinor**: B2C_V1_90001
1 parent 1ef3032 commit fa5573e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,8 @@ For example, the following claims transformation checks if the value of **ageGro
919919
- **stringComparison**: ordinalIgnoreCase
920920
- **outputClaimIfMatched**: B2C_V1_90001
921921
- Output claims:
922-
- **isMinorResponseCode**: B2C_V1_90001
923-
- **isMinor**: true
922+
- **isMinorResponseCode**: true
923+
- **isMinor**: B2C_V1_90001
924924

925925

926926
## StringContains

0 commit comments

Comments
 (0)