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/develop/msal-js-initializing-client-applications.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ export type SystemOptions = {
88
88
logger?: Logger;
89
89
loadFrameTimeout?: number;
90
90
tokenRenewalOffsetSeconds?: number;
91
+
navigateFrameWait?: number;
91
92
};
92
93
93
94
// Developer App Environment Support
@@ -137,6 +138,8 @@ Below is the total set of configurable options that are supported currently in t
137
138
138
139
-**tokenRenewalOffsetSeconds**: Optional. The number of milliseconds which sets the window of offset needed to renew the token before expiry. Default is 300 milliseconds.
139
140
141
+
-**navigateFrameWait**: Optional. The number of milliseconds which sets the wait time before hidden iframes navigate to their destination. Default is 500 milliseconds.
142
+
140
143
These are only applicable to be passed down from the MSAL Angular wrapper library:
141
144
-**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`.
0 commit comments