File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ manager: celestedg
9
9
ms.service : active-directory
10
10
ms.workload : identity
11
11
ms.topic : reference
12
- ms.date : 03/16 /2020
12
+ ms.date : 04/01 /2020
13
13
ms.author : mimart
14
14
ms.subservice : B2C
15
15
---
@@ -132,7 +132,7 @@ The following claims transformation demonstrates how to check the value of a boo
132
132
<InputParameter Id =" valueToCompareTo" DataType =" boolean" Value =" true" />
133
133
</InputParameters >
134
134
<OutputClaims >
135
- <OutputClaim ClaimTypeReferenceId =" accountEnabled" TransformationClaimType =" compareResult" />
135
+ <OutputClaim ClaimTypeReferenceId =" accountEnabled" TransformationClaimType =" compareResult" />
136
136
</OutputClaims >
137
137
</ClaimsTransformation >
138
138
```
@@ -163,6 +163,7 @@ Use this claim transformation to perform logical negation on a claim.
163
163
<ClaimsTransformation Id =" CheckWhetherEmailBePresented" TransformationMethod =" NotClaims" >
164
164
<InputClaims >
165
165
<InputClaim ClaimTypeReferenceId =" userExists" TransformationClaimType =" inputClaim" />
166
+ </InputClaims >
166
167
<OutputClaims >
167
168
<OutputClaim ClaimTypeReferenceId =" userExists" TransformationClaimType =" outputClaim" />
168
169
</OutputClaims >
@@ -198,7 +199,6 @@ The following claims transformation demonstrates how to `Or` two boolean ClaimTy
198
199
<OutputClaim ClaimTypeReferenceId =" presentTOSSelfAsserted" TransformationClaimType =" outputClaim" />
199
200
</OutputClaims >
200
201
</ClaimsTransformation >
201
- </ClaimsTransformation >
202
202
```
203
203
204
204
### Example
You can’t perform that action at this time.
0 commit comments