This log was last generated on Tue, 12 Jan 2021 00:51:26 GMT and should not be manually modified.
Tue, 12 Jan 2021 00:51:26 GMT
- Adding an active account API to PublicClientApplication (#2728) ([email protected])
- Add internal in-memory storage to BrowserCacheManager (#2765) ([email protected])
- Enable strict TypeScript option (#2792) ([email protected])
Mon, 07 Dec 2020 22:19:03 GMT
- Enable the instance_aware flow (#1804) ([email protected])
- Fix clearing of temporary cache items (#2696) ([email protected])
- Add exports to index.ts (#2680) ([email protected])
- Expose idTokenClaims on AccountInfo (#2554) ([email protected])
- Add onRedirectNavigate to redirect operations in browser (#2669) ([email protected])
- Update Internal PCA Configuration (#2602) ([email protected])
- Add allowRedirectInIframe flag to browser (#2593) ([email protected])
- Log messages contain package name and version (#2589) ([email protected])
- Update request types (#2512) ([email protected])
Wed, 11 Nov 2020 23:33:20 GMT
- Support relative paths on redirectUri parameter (#2560) ([email protected])
- Adds getAccountByLocalId to PCA Interface (#2588) ([email protected])
- Add navigateFrameWait and change loadFrameTimeout to browser to match core behavior (#2545) ([email protected])
Tue, 10 Nov 2020 01:48:44 GMT
- Export stubbed PCA instance (#2540) ([email protected])
Sat, 07 Nov 2020 01:50:14 GMT
- Fixing a bug and adding
localAccountId
in AccountInfo interface (#2516) ([email protected])
Mon, 02 Nov 2020 23:33:39 GMT
- Fix JSON.parse issue and cache value validation (#2527) ([email protected])
Fri, 30 Oct 2020 00:52:19 GMT
- Restore string to cacheLocation type (#2523) ([email protected])
Thu, 29 Oct 2020 20:36:48 GMT
- Add getLogger and setLogger to msal-browser (#2513) ([email protected])
- Adding memory storage option for cache location (#2481) ([email protected])
- Add handleRedirect End Event (#2518) ([email protected])
- Ensure history.replaceState is a function ([email protected])
- Allow hash to be passed into handleRedirectPromise, reset non-msal after processing ([email protected])
Mon, 26 Oct 2020 21:00:29 GMT
- msal-browser and msal-node cache Interfaces to msal-common updated (#2415) ([email protected])
Tue, 20 Oct 2020 23:47:28 GMT
- Add removeEventCallback API (#2462) ([email protected])
- Add event api to msal-browser (#2394) ([email protected])
- Use history API to clear hash for msal-browser ([email protected])
- Export InteractionType (#2438) ([email protected])
- Add extraQueryParameters to acquireTokenSilent in msal-browser ([email protected])
- Fix unexpected interaction_required error in redirect flow (#2404) ([email protected])
- Adds support for any OIDC-compliant authority (#2389). ([email protected])
Wed, 14 Oct 2020 23:45:07 GMT
- Remove rogue console.log() in the BrowserCrypto.ts file and add a lint rule to prevent future issues (#2410) ([email protected])
- Check for Headers class when configuring network client ([email protected])
- Update getItem to return ServerTelemetryEntity (#2223) ([email protected])
Fri, 02 Oct 2020 17:42:35 GMT
- Implementation of Access Token Proof-of-Possession Flow (#2151, #2153, #2154, #2209, #2289) ([email protected])
Wed, 30 Sep 2020 17:58:33 GMT
- Support SSR in msal-browser (#2073) ([email protected])
Thu, 17 Sep 2020 23:16:22 GMT
- Added client-side throttling to enhance server stability (#1907) ([email protected])
- Fix issue with base64 encoding of spaces (#2248) ([email protected])
- Properly support multiple concurrent RT requests (#2290) ([email protected])
- Default scope addition done in msal-common (#2267) ([email protected])
- acquireTokenSilent calls ssoSilent (#2264) ([email protected])
- Check for interaction in progress when processing redirect hash (#2183) ([email protected])
- Creating ClientApplication.ts subclass (#2199) ([email protected])
- Add SsoSilentRequest for ssoSilent, update tests and samples ([email protected])
- Add Angular 10 browser sample, update documentation ([email protected])
Tue, 25 Aug 2020 00:40:45 GMT
- Client Capabilities Support (#2169) ([email protected])
- update APP_META_DATA to APP_METADATA ([email protected])
- Add getAccountByHomeId API (#2114) ([email protected])
- Change msal-browser loginPopup and openPopup, add ability to configure popup delay (#2132) ([email protected])
- Update POST header to type Record (#2128) ([email protected])
Thu, 13 Aug 2020 02:20:48 GMT
- Fix hash parsing issue from #2118 and back button cache clearing (#2129) ([email protected])
- None
- Make request object optional for login APIs in PublicClientApplication (#2061)
- Fix
getAccountByUsername()
API signatures to return null (#2059) - (#2078) Fix issues with
handleRedirectPromise()
where:- state mismatches occur if
handleRedirectPromise()
is called multiple times. currentUrl
andloginRequestUrl
being evaluated as not equal if one has a trailing slash and the other does not- When
loginRequestUrl
is not in the cache, msal redirects to the homepage but would not process the hash
- state mismatches occur if
- Add
sid
fromAuthorizationUrlRequest
to SSO check inssoSilent()
(#2030) - Add interaction type to platform state and check before processing hash (#2045)
- Implements telemetry error calculation and caching for server telemetry information in browser scenarios (#1918)
- Fix promise handling in PublicClientApplication (#2091)
- None
- Fix an issue where logout was not clearing all accounts (#1919)
- Typescript sample for browser (#1920)
- Add SilentRequest.ts object (#1964)
- Fix an issue where popup window position value did not have a floor (#1981)
- Fix an issue where getAccountByUsername was case-sensitive for the given username (#1982)
- Fix an issue where
openid
andprofile
were being added to silent requests (#1962) - Fix an issue where the hash was not handled if
navigateToLoginRequestUrl
=false
(#1973) - Fix an error that occurs when the request object is not provided to login and the redirectStartPage is expected (#1998)
- Updated all APIs to send
openid
andprofile
by default in all requests (#1868)
- add interface for PublicClientApplication (#1870)
- Update
monitorIframeForHash
to be purely time-based (#1873) - Instantiate Logger instance for PublicClientApplication (#1882)
- Fix an issue with encoding in cookies and state values (#1852)
- Fix issue where cache isn't being cleaned correctly (#1856)
- Fix issue where expiration isn't calculated correctly (#1860)
- Fix an issue where the crypto APIs were not truly random (#1872)
- Remove all non-application specific initialization from PublicClientApplication constructor (#1885, #1886)
- Added support for IE11 (#1883, #1884)
- Added support for redirection to pages with custom hashes or query params (#1862)
- Remove deprecated
handleRedirectCallback()
API (#1863) - Remove function typings for
redirectUri
andpostLogoutRedirectUri
(#1861). - Add support for Instance Discovery, combine all authority classes into a single generic class (#1811)
@azure/msal-browser
now follows a unified cache schema similar to other MSAL libraries (#1624, #1655, #1680, #1711, #1762, #1771)- Updated browser library to follow common format for request, response, and client configurations (#1682, #1711, #1762, #1770, #1771, #1793)
- Account interface updated to AccountInfo.ts (#1789)
- add
setKnownAuthorities
to constructor call for B2C Authority scenarios (#1646) - Library state is now sent as a encoded JSON object (#1790)
- Added a request object for logout APIs, made logout async (#1802)
- Fixed an issue where the system config values were being overwritten with
undefined
(#1631)
- Added a silent iframe flow in the @azure/msal-browser package (#1451)
- Includes an ssoSilent() API to acquire tokens silently with a user context (loginHint)
- Fixed an issue where TokenResponse is not exported
- handleRedirectCallback flow was modified, will be deprecated in favor of handleRedirectPromise(), added log message (#1490, #1543)
- Removed client_secret from config and added docs for new registration experience (#1421)
- Test pipelines in place. (#1393)
- Added docs and samples. (#1421, #1321)
- Minor bug fixes from unit testing. (#1236)
- navigateToLoginRequestUrl works correctly (#1320)
- Added Rollup as build tool (#1108)
- Added APIs and major type files (#1109)
- Added tests and code coverage (#1127)
- Added Authority and protocol classes (#1133)
- Added browser storage implementation (#1140)
- Added implementation of crypto for browser (#1141)
- Added fetch client (#1144)
- Creating of login url (#1149)
- Added logger class (#1155)
- Added redirect handling code (#1164)
- Successful token exchange (#1181)
- Response handling code (#1183)
- Token caching (#1185)
- Popup handling (#1190)
- Silent renewal using refresh tokens and logout (#1208)
- SSO fixes for login_hint (#1211)
- Created library with initial files for repo structure, build and package dependencies