PyRIT
PyRIT copied to clipboard
FEAT Add SQL Entra Auth for Azure SQL Server
Description
In order to use PyRIT with Azure SQL Server, we use username & password authentication. Such authentication has been deprecated in favor of the more secure Microsoft Entra authentication (formerly known as Azure Active Directory). This PR implements that change.
CC: @rdheekonda
Tests and Documentation
All tests pass