Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbitton committed Jul 18, 2023
1 parent ff9e900 commit 8687b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/azure-kusto-data/src/connectionBuilder.browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class KustoConnectionStringBuilder extends KustoConnectionStringBuilderBa
if (!redirectUri) {
throw new Error("Invalid parameters - You must provide a redirectUri registered on the SPA app");
}

if (tenantId) {
kcsb.authorityId = tenantId;
} else {
Expand All @@ -107,7 +107,7 @@ export class KustoConnectionStringBuilder extends KustoConnectionStringBuilderBa
kcsb.aadFederatedSecurity = true;
kcsb.applicationClientId = clientId;
kcsb.useUserPromptAuth = true;

kcsb.timeoutMs = timeoutMs;

return kcsb;
Expand Down

0 comments on commit 8687b96

Please sign in to comment.