Skip to content

Commit fd79b5f

Browse files
authored
Merge pull request #90712 from jasonnutter/patch-2
Add navigateFrameWait for MSAL JS SystemOptions
2 parents abc4261 + d2d0324 commit fd79b5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/active-directory/develop/msal-js-initializing-client-applications.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export type SystemOptions = {
8888
logger?: Logger;
8989
loadFrameTimeout?: number;
9090
tokenRenewalOffsetSeconds?: number;
91+
navigateFrameWait?: number;
9192
};
9293

9394
// Developer App Environment Support
@@ -137,6 +138,8 @@ Below is the total set of configurable options that are supported currently in t
137138

138139
- **tokenRenewalOffsetSeconds**: Optional. The number of milliseconds which sets the window of offset needed to renew the token before expiry. Default is 300 milliseconds.
139140

141+
- **navigateFrameWait**: Optional. The number of milliseconds which sets the wait time before hidden iframes navigate to their destination. Default is 500 milliseconds.
142+
140143
These are only applicable to be passed down from the MSAL Angular wrapper library:
141144
- **unprotectedResources**: Optional. Array of URIs that are unprotected resources. MSAL will not attach a token to outgoing requests that have these URI. Defaults to `null`.
142145

0 commit comments

Comments
 (0)