Skip to content

Commit 083b1f4

Browse files
authored
Merge pull request #202887 from yoelhor/patch-271
Update relyingparty.md
2 parents 104a106 + 9e48cca commit 083b1f4

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
@@ -8,7 +8,7 @@ manager: CelesteDG
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: reference
11-
ms.date: 11/09/2021
11+
ms.date: 06/26/2022
1212
ms.custom: project-no-code
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
@@ -286,7 +286,7 @@ The **SubjectNamingInfo** element contains the following attribute:
286286

287287
| Attribute | Required | Description |
288288
| --------- | -------- | ----------- |
289-
| ClaimType | Yes | A reference to an output claim's **PartnerClaimType**. The output claims must be defined in the relying party policy **OutputClaims** collection. |
289+
| ClaimType | Yes | A reference to an output claim's **PartnerClaimType**. The output claims must be defined in the relying party policy **OutputClaims** collection with a **PartnerClaimType**. For example, `<OutputClaim ClaimTypeReferenceId="objectId" PartnerClaimType="sub" />`, or `<OutputClaim ClaimTypeReferenceId="signInName" PartnerClaimType="signInName" />`. |
290290
| Format | No | Used for SAML Relying parties to set the **NameId format** returned in the SAML Assertion. |
291291

292292
The following example shows how to define an OpenID Connect relying party. The subject name info is configured as the `objectId`:

0 commit comments

Comments
 (0)