Releases: AzureAD/microsoft-authentication-library-for-js
Releases · AzureAD/microsoft-authentication-library-for-js
@azure/msal-common v1.4.0
1.4.0
Wed, 23 Sep 2020 21:13:48 GMT
Minor changes
- FOCI - Family of Client IDs feature (#2201) (sameera.gajjarapu@microsoft.com)
Patches
- Remove null in function return types to be compatible with ICacheManager.ts (#2335) (sameera.gajjarapu@microsoft.com)
- Scopes stored case sensitive, compared case insensitive (#2302) (sameera.gajjarapu@microsoft.com)
@azure/msal-browser v2.2.1
2.2.1
Wed, 30 Sep 2020 17:58:33 GMT
Patches
- Support SSR in msal-browser (#2073) (thomas.norling@microsoft.com)
@azure/msal-node v1.0.0-alpha.8
Same as @azure/msal-node v1.0.0-alpha.7
@azure/msal-node v1.0.0-alpha.7
1.0.0-alpha.7
Wed, 23 Sep 2020 21:13:48 GMT
Changes
- Make network interface public (#2335) (sameera.gajjarapu@microsoft.com)
- Rename TokenCache.cacheHasChanged to TokenCache.hasChanged (#2332) (sagonzal@microsoft.com)
- FOCI - Family of Client IDs feature (#2201) (sameera.gajjarapu@microsoft.com)
- Fix issue with token cache not removing old cache entities (#2304) (sagonzal@microsoft.com)
@azure/msal-common v1.3.0
1.3.0
Thu, 17 Sep 2020 23:16:22 GMT
Minor changes
- Add support for On-behalf-of flow (sagonzal@microsoft.com)
- ValidCacheType adds ServerTelemetryEntity (sameera.gajjarapu@microsoft.com)
- Added client-side throttling to enhance server stability (#1907) (jamckenn@microsoft.com)
Patches
- Add name field to AccountInfo (#2288) (jamckenn@microsoft.com)
- Realm should fallback to an empty string for non AAD scenarios (sameera.gajjarapu@microsoft.com)
- Add default scopes in all requests and ignore in cache lookups (#2267) (thomas.norling@microsoft.com)
- Move refreshToken API to RefreshTokenClient (#2264) (thomas.norling@microsoft.com)
- Track Suberrors in Telemetry (#1921) (thomas.norling@microsoft.com)
- Separate cache lookup from token refresh (#2189) (thomas.norling@microsoft.com)
@azure/msal-browser v2.2.0
2.2.0
Thu, 17 Sep 2020 23:16:22 GMT
Minor changes
- Added client-side throttling to enhance server stability (#1907) (jamckenn@microsoft.com)
Patches
- Fix issue with base64 encoding of spaces (#2248) (prkanher@microsoft.com)
- Properly support multiple concurrent RT requests (#2290) (janutter@microsoft.com)
- Default scope addition done in msal-common (#2267) (thomas.norling@microsoft.com)
- acquireTokenSilent calls ssoSilent (#2264) (thomas.norling@microsoft.com)
- Check for interaction in progress when processing redirect hash (#2183) (thomas.norling@microsoft.com)
- Creating ClientApplication.ts subclass (#2199) (prkanher@microsoft.com)
- Add SsoSilentRequest for ssoSilent, update tests and samples (joarroyo@microsoft.com)
- Add Angular 10 browser sample, update documentation (joarroyo@microsoft.com)
@azure/msal-node v1.0.0-alpha.6
1.0.0-alpha.6
Thu, 17 Sep 2020 23:16:22 GMT
Changes
- Address tsdx warnings (#2202) (thomas.norling@microsoft.com)
- Implement Telemetry in msal-node (#1921) (thomas.norling@microsoft.com)
- Changes node storage: getItem(), setItem() and removeItem() simplified and no longer need a 'type' (sameera.gajjarapu@microsoft.com)
- Add support for on-behalf-of flow (sagonzal@microsoft.com)
Release msal v1.4.0
1.4.0
Tue, 25 Aug 2020 00:40:45 GMT
Minor changes
- B2C Multiple Policy Support (#1757) (thomas.norling@microsoft.com)
- ADFS 2019 Support (#1668) (thomas.l.norling@gmail.com)
- Enables idToken acquisition in acquireToken API calls through the use of OIDC scopes by redefining the way response_type is determined. (PR #2022) (hemoral@microsoft.com)
@azure/msal-common v1.2.0
1.2.0
Tue, 25 Aug 2020 00:40:45 GMT
Minor changes
- Client Capabilities Support (#2169) (thomas.norling@microsoft.com)
- Add support for acquiring tokens with client credentials grant (sagonzal@microsoft.com)
Patches
- ignore offline_access in scopes lookup (sameera.gajjarapu@microsoft.com)
- Adds checks for cache entities (sameera.gajjarapu@microsoft.com)
- Add claims request to /token calls (#2138) (thomas.norling@microsoft.com)
- Fix Telemetry cacheHit Bug (#2170) (thomas.norling@microsoft.com)
- Get username from emails claim in B2C scenarios (#2114) (thomas.norling@microsoft.com)
- Update POST header to type Record (#2128) (thomas.norling@microsoft.com)
@azure/msal-browser v2.1.0
2.1.0
Tue, 25 Aug 2020 00:40:45 GMT
Minor changes
- Client Capabilities Support (#2169) (thomas.norling@microsoft.com)
Patches
- update APP_META_DATA to APP_METADATA (sameera.gajjarapu@microsoft.com)
- Add getAccountByHomeId API (#2114) (thomas.norling@microsoft.com)
- Change msal-browser loginPopup and openPopup, add ability to configure popup delay (#2132) (joarroyo@microsoft.com)
- Update POST header to type Record (#2128) (thomas.norling@microsoft.com)