Skip to content

Commit fd60cb0

Browse files
authored
Merge pull request #175950 from yoelhor/patch-203
Update configure-tokens.md
2 parents f96da8c + 1cce6c2 commit fd60cb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory-b2c/configure-tokens.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: how-to
11-
ms.date: 10/08/2021
11+
ms.date: 10/15/2021
1212
ms.custom: project-no-code
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
@@ -154,10 +154,10 @@ To change the settings on your token compatibility, you set the [Token Issuer](j
154154
</ClaimType>
155155
```
156156

157-
In your **OutputClaims** element, add this element:
157+
In your [relying party policy](relyingparty.md), under the **OutputClaims** element, add the following output claim:
158158

159159
```xml
160-
<OutputClaim ClaimTypeReferenceId="trustFrameworkPolicy" Required="true" DefaultValue="{policy}" />
160+
<OutputClaim ClaimTypeReferenceId="trustFrameworkPolicy" Required="true" DefaultValue="{policy}" PartnerClaimType="tfp" />
161161
```
162162

163163
For ACR, remove the **AuthenticationContextReferenceClaimPattern** item.

0 commit comments

Comments
 (0)