How do I set the account on my msalInstance when I already have an access token, but I don’t want the user to log in
The happy flow: A user logs in. I have a react application that requires users to log in with active the directory. I am using the msal-react package. When the user opens my website, he ends on a log-in screen, clicks the login button, and the following code works wonders: const { instance } = […]