Commit c7f2582
authored
[Fix] Add missing token URL and client ID in Github OIDC Credentials Provider (#322)
## Changes
Add missing token URL and client ID in Github OIDC Credentials Provider.
## Tests
Verified locally that these are properly passed. This change will be
covered by Databricks internal integration tests.1 parent 2b9394b commit c7f2582
File tree
1 file changed
+5
-3
lines changed- databricks-sdk-java/src/main/java/com/databricks/sdk/core/oauth
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | | - | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
0 commit comments