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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: celestedg
8
8
ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.topic: reference
11
-
ms.date: 02/02/2020
11
+
ms.date: 02/24/2020
12
12
ms.author: marsma
13
13
ms.subservice: B2C
14
14
---
@@ -113,6 +113,7 @@ The **UserJourneyBehaviors** element contains the following elements:
113
113
| SessionExpiryInSeconds | 0:1 | The lifetime of Azure AD B2C's session cookie specified as an integer stored on the user's browser upon successful authentication. |
114
114
| JourneyInsights | 0:1 | The Azure Application Insights instrumentation key to be used. |
115
115
| ContentDefinitionParameters | 0:1 | The list of key value pairs to be appended to the content definition load URI. |
116
+
|ScriptExecution| 0:1| The supported [JavaScript](javascript-samples.md) execution modes. Possible values: `Allow` or `Disallow` (default).
0 commit comments