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
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/technicalprofiles.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
9
9
ms.service: active-directory
10
10
11
11
ms.topic: reference
12
-
ms.date: 06/22/2023
12
+
ms.date: 01/08/2024
13
13
ms.author: kengaderdus
14
14
ms.subservice: B2C
15
15
---
@@ -55,7 +55,7 @@ All types of technical profiles share the same concept. They start by reading th
55
55
- Calls a REST API while sending parameters as InputClaims and getting information back as OutputClaims.
56
56
- Creates or updates the user account.
57
57
- Sends and verifies the multifactor authentication text message.
58
-
1.**Validation technical profiles**: A [self-asserted technical profile](self-asserted-technical-profile.md) can call [validation technical profiles](validation-technical-profile.md) to validate the data profiled by the user.
58
+
1.**Validation technical profiles**: A [self-asserted technical profile](self-asserted-technical-profile.md) can call [validation technical profiles](validation-technical-profile.md) to validate the data profiled by the user. Only self-asserted technical profiles can use validation technical profiles.
59
59
1.**Output claims**: Claims are returned back to the claims bag. You can use those claims in the next orchestrations step or output claims transformations.
60
60
1.**Output claims transformations**: After the technical profile is completed, Azure AD B2C runs output [claims transformations](claimstransformations.md).
61
61
1.**SSO session management**: Persists the technical profile's data to the session by using [SSO session management](custom-policy-reference-sso.md).
0 commit comments