Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
I realized that the version on PyPI were not in sync to what the CI was tested, therefore I assumed the setup.py was just not up to date and I could do a PR :)
I realized that the version on PyPI were not in sync to what the CI was tested, therefore I assumed the setup.py was just not up to date and I could do a PR :)
Hope this helps ;)