Skip to content

Commit 08b002f

Browse files
authored
Merge pull request #174622 from Karthikmuthiahr/patch-2
Input and output claims need to be distinct
2 parents 15fa2a5 + 745c1e3 commit 08b002f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/claimstransformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The **OutputClaim** element contains the following attributes:
111111
| ClaimTypeReferenceId | Yes | A reference to a ClaimType already defined in the ClaimsSchema section in the policy.
112112
| TransformationClaimType | Yes | An identifier to reference a transformation claim type. Each claim transformation has its own values. See the [claims transformation reference](#claims-transformations-reference) for a complete list of the available values. |
113113

114-
If input claim and the output claim are the same type (string, or boolean), you can use the same input claim as the output claim. In this case, the claims transformation changes the input claim with the output value.
114+
Input and output claims used in claims transformation need to be distinct. The same input claim cannot be used as the output claim.
115115

116116
## Example
117117

0 commit comments

Comments
 (0)