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
+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
@@ -178,8 +178,8 @@ The **TechnicalProfile** contains the following elements:
178
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
-
| 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. |
183
183
184
184
The **Protocol** element contains the following attribute:
0 commit comments