Skip to content

Commit

Permalink
Adding default to url
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Dec 15, 2023
1 parent f242b87 commit 460227b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected Connection connect() throws SQLException {
.getTokenSync(
new TokenRequestContext()
.addScopes(
"https://ossrdbms-aad.database.windows.net")) // TODO: This string could need to be "https://ossrdbms-aad.database.windows.net/.default"
"https://ossrdbms-aad.database.windows.net/.default")) // TODO: This string could need to be "https://ossrdbms-aad.database.windows.net/.default"
.getToken();

logger.logInfo("got the db password");
Expand Down

0 comments on commit 460227b

Please sign in to comment.