Skip to content

Commit 6acd128

Browse files
authored
Merge pull request #111948 from yoelhor/patch-32
Update relyingparty.md
2 parents f01f73a + b43299c commit 6acd128

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: 04/03/2020
11+
ms.date: 04/20/2020
1212
ms.author: mimart
1313
ms.subservice: B2C
1414
---
@@ -40,7 +40,7 @@ The following example shows a **RelyingParty** element in the *B2C_1A_signup_sig
4040
<RelyingParty>
4141
<DefaultUserJourney ReferenceId="SignUpOrSignIn" />
4242
<UserJourneyBehaviors>
43-
<SingleSignOn Scope="TrustFramework" KeepAliveInDays="7"/>
43+
<SingleSignOn Scope="Tenant" KeepAliveInDays="7"/>
4444
<SessionExpiryType>Rolling</SessionExpiryType>
4545
<SessionExpiryInSeconds>300</SessionExpiryInSeconds>
4646
<JourneyInsights TelemetryEngine="ApplicationInsights" InstrumentationKey="your-application-insights-key" DeveloperMode="true" ClientEnabled="false" ServerEnabled="true" TelemetryVersion="1.0.0" />

0 commit comments

Comments
 (0)