Forum Discussion
Ashish_GUpta1
Nimbostratus
Jul 28, 2020Windows authentication for F5-SDK for python
I see how can we authenticate to BIG-IP using individual username and password while using the Python SDK.
mgmt = ManagementRoot("10.10.10.10", "joe", "password")
Is there away to authenticate using the Windows credentials via Active Directory?