@osovitny/anatoly 3.21.32 → 3.21.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2579,7 +2579,8 @@ class AnatolyHttpInterceptor {
2579
2579
  }
2580
2580
  }
2581
2581
  //4. getCurrentContext
2582
- if (url.indexOf('getCurrentContext') > -1) {
2582
+ if (lowerCaseUrl.indexOf('getcurrentcontext') > -1) {
2583
+ // Only checks MSAL's current active account. It does not start login or token acquisition by itself; it only decides whether this request should call getAccessToken() at all.
2583
2584
  authorizationTokenRequired = this.authService.isUserAuthenticated();
2584
2585
  }
2585
2586
  // Change Url if need it -------------------------------------------->