Skip to content

Releases: wrobins/cordova-plugin-msal

Release 4.1.1

21 Feb 19:33
Compare
Choose a tag to compare

Fixed issue with SignInUserSilent() calling a synchronous native method in Android rather than an async method.

Release 4.1.0

15 Feb 18:55
Compare
Choose a tag to compare
  • Bumped Android MSAL to 5.1.x and updated deprecated functions in SignInSilent.
  • Bumped the Android CompileSDK to API level 34.
  • Fix issue #112 where a NullPointerException is thrown if an account is returned with no claims.

v4.0.4

07 Feb 16:59
Compare
Choose a tag to compare

Fixed additional circular dependency issue with opentelemetry-bom found on recent versions of the Android MSAL library.

v4.0.3

01 Feb 22:15
Compare
Choose a tag to compare

Fixed issue with opentelemetry dependencies that have cropped up in some recent Android MSAL versions.

v4.0.2

01 Feb 21:52
Compare
Choose a tag to compare

Bumped the Android native library to 5.0.x

4.0.1

07 Nov 21:58
Compare
Choose a tag to compare

Bumped Android MSAL library to 4.9.x

4.0.0

09 Jan 18:08
Compare
Choose a tag to compare

Removed CLIENT_ID and TENANT_ID from the installation variables. Due to this change, you have to pass an options object containing at least the clientId into msalInit() or else you'll get an error.

Release 3.0.0

22 Dec 13:38
Compare
Choose a tag to compare

Deprecated CLIENT_ID and TENANT_ID installation variables.

3.0 Beta 1

16 Dec 20:46
Compare
Choose a tag to compare
  • Updated the Android MSAL library from 2.0.x to 4.1.x
  • Updated deprecated functions in iOS
  • Implemented additional Android options (thanks @peitschie !)

3.0 Alpha 1

10 Feb 22:00
5906c7a
Compare
Choose a tag to compare
3.0 Alpha 1 Pre-release
Pre-release

Implemented orjandh's fix for the authority default options. Also fixed a bug in SignInInteractive() in iOS.