We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5aec5a commit b9fcfe7Copy full SHA for b9fcfe7
packages/providers/mgt-msal2-provider/src/Msal2Provider.ts
@@ -386,6 +386,7 @@ export class Msal2Provider extends IProvider {
386
} else {
387
throw new Error('either clientId or publicClientApplication must be provided');
388
}
389
+ await this._publicClientApplication.initialize();
390
391
this.ms_config.system = msalConfig.system || {};
392
this.ms_config.system.iframeHashTimeout = msalConfig.system.iframeHashTimeout || 10000;
0 commit comments