Skip to content

Commit 84b551f

Browse files
authored
Update relyingparty.md
Fixing the RP policy technical profile's display name and description
1 parent d89ce14 commit 84b551f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory-b2c/relyingparty.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: reference
11-
ms.date: 01/31/2020
11+
ms.date: 02/02/2020
1212
ms.author: marsma
1313
ms.subservice: B2C
1414
---
@@ -174,8 +174,8 @@ The **TechnicalProfile** contains the following elements:
174174

175175
| Element | Occurrences | Description |
176176
| ------- | ----------- | ----------- |
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. |
179179
| Protocol | 1:1 | The protocol used for the federation. |
180180
| 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. |
181181
| 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

Comments
 (0)