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/relyingparty.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: celestedg
8
8
ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.topic: reference
11
-
ms.date: 01/31/2020
11
+
ms.date: 02/02/2020
12
12
ms.author: marsma
13
13
ms.subservice: B2C
14
14
---
@@ -174,8 +174,8 @@ The **TechnicalProfile** contains the following elements:
174
174
175
175
| Element | Occurrences | Description |
176
176
| ------- | ----------- | ----------- |
177
-
| DisplayName |0:1 | The string that contains the name of the technical profile that is displayed to users. |
178
-
| Description | 0:1 | The string that contains the description of the technical profile that is displayed to users. |
177
+
| DisplayName |1:1 | The string that contains the name of the technical profile. |
178
+
| Description | 0:1 | The string that contains the description of the technical profile. |
179
179
| Protocol | 1:1 | The protocol used for the federation. |
180
180
| Metadata | 0:1 | The collection of *Item* of key/value pairs utilized by the protocol for communicating with the endpoint in the course of a transaction to configure interaction between the relying party and other community participants. |
181
181
| OutputClaims | 0:1 | A list of claim types that are taken as output in the technical profile. Each of these elements contains reference to a **ClaimType** already defined in the **ClaimsSchema** section or in a policy from which this policy file inherits. |
0 commit comments