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

Release 1.0.17

Latest
Compare
Choose a tag to compare
@rohitnarula7176 rohitnarula7176 released this 27 Feb 23:44
· 13 commits to dev since this release
703e560

Version 1.0.17

  • Added sid support. When the session id parameter is provided in the id_token, use that instead of the upn
  • Add GDPR compliant logging. You can now set a flag piiLoggingEnabled by calling Logging.piiLoggingEnabled = true which when set, Adal JS will log messages that contain the user's personal identifier.
  • Removed const keyword to support ES5 compatibility.
  • Other bug fixes and updates