Skip to content

Commit

Permalink
Testing OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Nov 23, 2024
1 parent 5b32d43 commit 0a39666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
)
access_token = token.token
print(access_token)
print(connection_string)
logging.info("connection strin is: ", connection_string)
connection = pyodbc.connect(connection_string, attrs_before={1256: access_token})
cursor = connection.cursor()
Expand Down

0 comments on commit 0a39666

Please sign in to comment.