I am trying to understand how can i implement microfrontend arch (single-spa js) with msal .
When we are registering Application in the single-spa , should we put the MSALBrowser inside each sub route or send as a prop ? but wont that make multiple MSALbrowser instance and cause trouble ?
Make MSAL a shared dependency. Either put it in the imports map before your micro frontends
or make a shared dependencies (documentation).