Mukesh Sagar

Mukesh Sagar

  • 607
  • 1.7k
  • 20.8k

MSAL Token issue in React Application

Dec 27 2023 3:28 PM

I am calling the two web API calls one after the other using the MSAL authentication token. While running the application, the first call is successful but the token value is lost on the second API call. The code that I am using is as shown below:

The main purpose of the code is to call the two simultaneous API calls using the MSAL token authentication.


Answers (1)