Microsoft Authentication Library (MSAL) for Python
The Microsoft Authentication Library for Python enables applications to integrate with the Microsoft identity platform. It allows you to sign in users or apps with Microsoft identities (Microsoft Entra ID, Microsoft accounts, and Azure AD B2C) and obtain tokens to call Microsoft APIs.
The Microsoft Authentication Library for Python enables applications to integrate with the Microsoft identity platform. It allows you to sign in users or apps with Microsoft identities (Microsoft Entra ID, Microsoft accounts, and Azure AD B2C) and obtain tokens to call Microsoft APIs.
To install py311-msal, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-msal
To see what files were installed by py311-msal, run:
port contents py311-msal
To later upgrade py311-msal, run:
sudo port selfupdate && sudo port upgrade py311-msal
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.