Skip to content

Commit 092fd2f

Browse files
authored
Merge pull request #183570 from ssivas/patch-22
Azure CXE Doc Edit | Update relyingparty.md
2 parents 5a09bc6 + 8664760 commit 092fd2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory-b2c/relyingparty.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ The **UserJourneyBehaviors** element contains the following elements:
141141
| 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. The default is 86,400 seconds (24 hours). The minimum is 900 seconds (15 minutes). The maximum is 86,400 seconds (24 hours). |
142142
| JourneyInsights | 0:1 | The Azure Application Insights instrumentation key to be used. |
143143
| ContentDefinitionParameters | 0:1 | The list of key value pairs to be appended to the content definition load URI. |
144-
|ScriptExecution| 0:1| The supported [JavaScript](javascript-and-page-layout.md) execution modes. Possible values: `Allow` or `Disallow` (default).
145144
| JourneyFraming | 0:1| Allows the user interface of this policy to be loaded in an iframe. |
145+
| ScriptExecution| 0:1| The supported [JavaScript](javascript-and-page-layout.md) execution modes. Possible values: `Allow` or `Disallow` (default).
146+
146147

147148
### SingleSignOn
148149

0 commit comments

Comments
 (0)