C:\Stories\PowerB\JSON\venv\Scripts\python.exe C:/Stories/PowerB/JSON/adal.py
Traceback (most recent call last):
File "C:/Stories/PowerB/JSON/adal.py", line 1, in <module>
import adal
File "C:\Stories\PowerB\JSON\adal.py", line 4, in <module>
context = adal.AuthenticationContext(
AttributeError: module 'adal' has no attribute 'AuthenticationContext'
Process finished with exit code 1
Very similar error to the C# ADAL library - there the entire interface was moved to async IO and callbacks and all the .NET cruft infrastructure needed for that. You know, just to keep things simple.