wrobins / cordova-plugin-msal

Use the newest Microsoft MSAL library in your Cordova-based project!
Apache License 2.0
23 stars 63 forks source link

MSAL does not trigger broker app #115

Open lakshayVerm opened 3 months ago

lakshayVerm commented 3 months ago

Hi Team,

I have followed all the steps mentioned in: - https://www.outsystems.com/forge/component-overview/8038/msal-plugin-o11 I have generated the apk using MABS 10 4.1.1 version However, when I set the value of brokerRedirectUri as true, it stops at msalInit() js with the error:- No configuration has been set yet, Call msalInit() before calling this. I am not sure what is going wrong here, We have previously used the alpha 7 version for which broker is working as expected but with 4.1.1 it is not.

I am trying this in debug build however the alpha 7 version is in production.

vermala04 commented 2 months ago

@wrobins Could you please confirm is this issue exists, or this is an issue with the application? I tried the demo app with the same behavior.