Skip to content

Release msal v1.2.2

Compare
Choose a tag to compare
@jasonnutter jasonnutter released this 27 Mar 17:13

1.2.2

Features

  • Add setLogger function to UserAgentApplication. (#1251)

Enhancements

  • Render hidden iframes synchronously if navigateFrameWait is set to 0. (#1278)
  • Add redirectStartPage property to AuthenticationParameters 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)