data source with token auth is starting to work, #9078

This commit is contained in:
Torkel Ödegaard
2017-08-24 11:07:37 +02:00
parent 3c9798bec9
commit 71c9582944
3 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
{
"path": "tokenTest",
"method": "*",
"url": "http://localhost:3333/query",
"url": "https://management.azure.com",
"tokenAuth": {
"url": "https://login.microsoftonline.com/{{.JsonData.tenantId}}/oauth2/token",
"params": {