This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
Release 1.0.11
Version 1.0.11
- Adding support for using a special html for iFrames. This prevents app reloading in the iframe. Please see this: https://github.com/AzureAD/azure-activedirectory-library-for-js/wiki/FAQs#q1-my-app-is-re-loading-every-time-adal-renews-a-token
- Fixing multiple root causes for infinte loops at the time of login or token renewal.
- Fixing url paramters getting dropped after login.
- Adding timeout to token renewal requests. Thanks @dmxfee for the Pull Request.
- Use module pattern in adal.js