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
PublicClientApplication.logger=PublicClientApplication.getLogger()// TODO check if there is a better way to figure out the `request.origin`PublicClientApplication.browserStorage=PublicClientApplication.getBrowserStorage();
Microsoft has rewritten the interface for MSAL 🥺
see changes for msal-browser@3, more than 2k files changed 😓
the "main" change is that after creating a
PublicClientApplication
, the instance need to await initializationProposed changes:
change logic from
JiT
to initialize clients in themodule.initialize
fusion-framework/packages/modules/msal/src/module.ts
Lines 19 to 28 in eb86f1e
cause of error:
fusion-framework/packages/modules/msal/src/provider.ts
Lines 70 to 93 in eb86f1e
other:
see #1167
The text was updated successfully, but these errors were encountered: