Skip to content

Commit cbb1237

Browse files
authored
Merge pull request #106675 from yoelhor/patch-5
Update technicalprofiles.md
2 parents e864087 + 8eed479 commit cbb1237

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory-b2c/technicalprofiles.md

Lines changed: 3 additions & 3 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: 02/17/2020
12+
ms.date: 03/05/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -97,7 +97,7 @@ The **TechnicalProfile** contains the following elements:
9797
| SubjectNamingInfo | 0:1 | Controls the production of the subject name in tokens where the subject name is specified separately from claims. For example, OAuth or SAML. |
9898
| IncludeInSso | 0:1 | Whether usage of this technical profile should apply single sign-on (SSO) behavior for the session, or instead require explicit interaction. This element is valid only in SelfAsserted profiles used within a Validation technical profile. Possible values: `true` (default), or `false`. |
9999
| IncludeClaimsFromTechnicalProfile | 0:1 | An identifier of a technical profile from which you want all of the input and output claims to be added to this technical profile. The referenced technical profile must be defined in the same policy file. |
100-
| IncludeTechnicalProfile |0:1 | An identifier of a technical profile from which you want all data to be added to this technical profile. The referenced technical profile must exist in the same policy file. |
100+
| IncludeTechnicalProfile |0:1 | An identifier of a technical profile from which you want all data to be added to this technical profile. |
101101
| UseTechnicalProfileForSessionManagement | 0:1 | A different technical profile to be used for session management. |
102102
|EnabledForUserJourneys| 0:1 |Controls if the technical profile is executed in a user journey. |
103103

@@ -282,7 +282,7 @@ The **IncludeTechnicalProfile** element contains the following attribute:
282282

283283
| Attribute | Required | Description |
284284
| --------- | -------- | ----------- |
285-
| ReferenceId | Yes | An identifier of a technical profile already defined in the policy file or parent policy file. |
285+
| ReferenceId | Yes | An identifier of a technical profile already defined in the policy file, or parent policy file. |
286286

287287
## UseTechnicalProfileForSessionManagement
288288

0 commit comments

Comments
 (0)