We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac38a7e commit 57a3105Copy full SHA for 57a3105
2 files changed
auth/oauth/oauth.go
@@ -11,11 +11,7 @@ import (
11
)
12
13
const (
14
- azureClientId = "96eecda7-19ea-49cc-abb5-240097d554f5"
15
- azureTenantId = "4a67d088-db5c-48f1-9ff2-0aace800ae68"
16
- azureRedirctURL = "localhost:8030"
17
- awsClientId = "databricks-sql-connector"
18
- awsRedirctURL = "localhost:8030"
+ azureTenantId = "4a67d088-db5c-48f1-9ff2-0aace800ae68"
19
20
21
func GetEndpoint(ctx context.Context, hostName string) (oauth2.Endpoint, error) {
auth/oauth/u2m/authenticator.go
@@ -26,7 +26,6 @@ import (
26
27
28
azureClientId = "96eecda7-19ea-49cc-abb5-240097d554f5"
29
30
azureRedirctURL = "localhost:8030"
31
32
awsClientId = "databricks-sql-connector"
0 commit comments