Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

ADAL Python 0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rayluo rayluo released this 12 Mar 16:43
· 139 commits to master since this release
dc96736
  • Enhancement: Add a new parameter in the AuthenticationContext to turn on Personally Identifiable Information (PII) in logs. (#124)
  • Enhancement: Acquiring token via WSTrust will also have timeout behavior now. (#121, #125)
  • Bugfix: Previously ADAL Python had some issue when the Azure AD tenant is federated with an on-prem AD. Now fixed. (#80, #120)
  • Enhancement: Handle rare multithread racing issue observed when using profiler (#123, #128)