Skip to content

Commit d2d0324

Browse files
authored
Add navigateFrameWait for MSAL JS SystemOptions
Add documentation for `navigateFrameWait ` to the `SystemOptions` configuration object for MSAL JS.
1 parent 32e26c2 commit d2d0324

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
@@ -87,6 +87,7 @@ export type SystemOptions = {
8787
logger?: Logger;
8888
loadFrameTimeout?: number;
8989
tokenRenewalOffsetSeconds?: number;
90+
navigateFrameWait?: number;
9091
};
9192

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

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

140+
- **navigateFrameWait**: Optional. The number of milliseconds which sets the wait time before hidden iframes navigate to their destination. Default is 500 milliseconds.
141+
139142
These are only applicable to be passed down from the MSAL Angular wrapper library:
140143
- **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`.
141144

0 commit comments

Comments
 (0)