Skip to content

Commit da99ad1

Browse files
authored
1 parent 84b551f commit da99ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/relyingparty.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ The **TechnicalProfile** contains the following elements:
178178
| 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. |
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. |
182-
| SubjectNamingInfo | 0:1 | The subject name used in tokens. |
181+
| OutputClaims | 1: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. |
182+
| SubjectNamingInfo | 1:1 | The subject name used in tokens. |
183183

184184
The **Protocol** element contains the following attribute:
185185

0 commit comments

Comments
 (0)