Tag: Active Directory
-
Azure Active Directory And Python: How to Authenticate Using OAuth2 with Examples
Authenticating into Azure AD allows your Python applications to access and manage various Azure resources, such as virtual machines, databases, storage, and more. In testing, one way we can use Azure AD in our scripts is for API testing against Microsoft Dynamics. In this article, we will provide the code and demonstrate how to connect…