Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Release 1.0.15

Compare
Choose a tag to compare
@rohitnarula7176 rohitnarula7176 released this 19 Jul 23:08
· 71 commits to master since this release
  • Added acquireTokenRedirect and acquireTokenPopup api's to acquire a token for resource interactively (MFA) and support conditional access.
  • Fixed a bug in acquireToken method that was happening when Adaljs was consumed as a module using loaders such as webpack.
  • Added custom event polyfill to support IE
  • Other bug fixes and updates