Skip to content

Commit

Permalink
Testing OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Nov 25, 2024
1 parent 3baeb4d commit 9cb00eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
SQL_COPT_SS_ACCESS_TOKEN = 1256 # This connection option is defined by microsoft in msodbcsql.h
connection = pyodbc.connect(connection_string, attrs_before={SQL_COPT_SS_ACCESS_TOKEN: token_struct})
logging.info("connection strin is: ", token_struct)
print("token struct is ", token_struct)
print("access token is ", access_token)
print("token is ", token.token)
cursor = connection.cursor()
cursor.execute("SELECT TOP 10 * FROM dbo.Trip")
Expand Down

0 comments on commit 9cb00eb

Please sign in to comment.