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
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.
The text was updated successfully, but these errors were encountered:
I also have this issue on version 4.1.1.
On android if brokerRedirectUri = true msalInit wont trigger either an OK or an Error callback and not complete properly.
Since init didnt get setup properly login attempts will fail.
If its false (or on ios) it works like normal.
msalInit code is taken from the sample with options params.
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.
The text was updated successfully, but these errors were encountered: