Skip to content

Commit

Permalink
Added TODO to figure out the right token request URL
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Dec 15, 2023
1 parent 7045433 commit f242b87
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ protected Connection connect() throws SQLException {
.build()
.getTokenSync(
new TokenRequestContext()
.addScopes("https://ossrdbms-aad.database.windows.net"))
.addScopes(
"https://ossrdbms-aad.database.windows.net")) // 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 f242b87

Please sign in to comment.