Skip to content

Commit 9545876

Browse files
authored
Update validation-technical-profile.md
fixes https://github.com/MicrosoftDocs/azure-docs/issues/50199
1 parent 67aa905 commit 9545876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/validation-technical-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 09/10/2018
12+
ms.date: 03/16/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -28,7 +28,7 @@ A validation technical profile is an ordinary technical profile from any protoco
2828
}
2929
```
3030

31-
Claims that are returned from a validation technical profile are added back to the claims bag. You can use those claims in the next validation technical profiles.
31+
The scope of the output claims of a validation technical profile is limited to the [self-asserted technical profile](self-asserted-technical-profile.md) that invokes the validation technical profile, and its validation technical profiles. If you want to use the output claims in the next orchestration step, add the output claims to the self-asserted technical profile that invokes the validation technical profile.
3232

3333
Validation technical profiles are executed in the sequence that they appear in the **ValidationTechnicalProfiles** element. You can configure in a validation technical profile whether the execution of any subsequent validation technical profiles should continue if the validation technical profile raises an error or is successful.
3434

0 commit comments

Comments
 (0)