AzureAD / azure-activedirectory-library-for-python

ADAL for Python
http://adal-python.readthedocs.io
Other
259 stars 94 forks source link

Federated flow fix #240

Closed abhidnya13 closed 4 years ago

abhidnya13 commented 4 years ago

While testing for migration of Fairfax, username-password federated was failing, this PR includes the fix.

The problem was ADAL was hardcoding Cloud_audience_urn which is now fetched from the mex response.

abhidnya13 commented 4 years ago

Tested the flows with WW authority and they work fine. Merging this in.