1.2.2
Features
- Add
setLogger
function toUserAgentApplication
. (#1251)
Enhancements
- Render hidden iframes synchronously if
navigateFrameWait
is set to0
. (#1278) - Add
redirectStartPage
property toAuthenticationParameters
to allow apps to indicate which page triggered the redirect. (#1343)
Bugs
- Properly remove temporary cache entries. (#1339)
- Always send back the accessToken and scopes if the response includes them. (#1351)
- Ensure silent operations timeout if the iframe never returns to the app domain. (#1354)
- Ensure hidden iframes are properly removed. (#1415)
Logging / Telemetry
- Add telemetry for
acquireTokenSilent
. (#1388)