Skip to content

Releases: AzureAD/microsoft-authentication-library-for-js

@azure/msal-angular v1.1.1

25 Aug 21:18
55d41e6
Compare
Choose a tag to compare

Republish v1.1.0 with correct packaging.

@azure/msal-angular v1.1.0

25 Aug 17:03
Compare
Choose a tag to compare

1.1.0

Tue, 25 Aug 2020 00:40:45 GMT

Minor changes

@azure/msal-node v1.0.0-alpha.5

25 Aug 17:09
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.5

Tue, 25 Aug 2020 00:40:45 GMT

Changes

@azure/msal-common v1.1.1

14 Aug 16:02
d8e196d
Compare
Choose a tag to compare

1.1.1

Thu, 13 Aug 2020 02:20:48 GMT

Patches

@azure/msal-browser v2.0.2

14 Aug 16:03
d8e196d
Compare
Choose a tag to compare

2.0.2

Thu, 13 Aug 2020 02:20:48 GMT

Patches

Release msal v1.3.4

18 Aug 23:41
Compare
Choose a tag to compare

1.3.4

Bugs

  • Fix lowercase scopes issue (#1945)
  • Fix Redirect Error Callback (#1942)
  • Replace /organizations with tenant ID in replaceTenantPath (#1974)
  • Fix cache miss when common authority is provided (#2015)
  • Fix back button behavior (#2081)

@azure/msal-node v1.0.0-alpha.4

05 Aug 01:12
f20b168
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.4

  • Add confidential client support (#2023)

@azure/msal-node-extensions v1.0.0-alpha.1

05 Aug 01:13
f20b168
Compare
Choose a tag to compare

1.0.0-alpha.1

  • Increment @azure/msal-common version to 1.1.0

@azure/msal-node-extensions v1.0.0-alpha.0

21 Jul 01:12
f20b168
Compare
Choose a tag to compare

Breaking Changes

  • None

Features and Fixes

  • Adds support for writing encrypted token cache to disk on Windows, Linux, and Mac (#1832)
  • Adds Node addon for calling Windows DPAPI (#1830)
  • Adds cross process lock (#1831)

@azure/msal-common v1.1.0

04 Aug 23:00
9f6b1d2
Compare
Choose a tag to compare

1.1.0

Breaking Changes

  • None

Features and Fixes

  • Decode state from URI Encoding before comparing (#2049)
  • getAllAccounts() returns empty array instead of null (#2059)
  • Updated the UrlString.canonicalizeUri() API to be static (#2078)
  • Add sid to AuthorizationUrlRequest and as part of request parameters sent to server (#2030)
  • Enable server telemetry headers to be formatted and sent in every request (#1917)
  • Enable platform level state information to be sent and read through the request state (#2045)
  • Add the confidential client flow (#2023)