settings.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
{
"Environments": [ { "name": "OneBox", "authority": "https://login.windows-ppe.net/common/oauth2/authorize", "clientId": "ea0616ba-638b-4df5-95b9-636659ae5121", "redirect": "urn:ietf:wg:oauth:2.0:oob", "resource": "https://analysis.windows-int.net/powerbi/api", "globalService": "https://onebox-redirect.analysis.windows-int.net" }, { "name": "EDog", "authority": "https://login.windows-ppe.net/common/oauth2/authorize", "clientId": "ea0616ba-638b-4df5-95b9-636659ae5121", "redirect": "urn:ietf:wg:oauth:2.0:oob", "resource": "https://analysis.windows-int.net/powerbi/api", "globalService": "https://biazure-int-edog-redirect.analysis-df.windows.net" }, { "name": "DXT", "authority": "https://login.microsoftonline.com/common/oauth2/authorize", "clientId": "ea0616ba-638b-4df5-95b9-636659ae5121", "redirect": "urn:ietf:wg:oauth:2.0:oob", "resource": "https://analysis.windows.net/powerbi/api", "globalService": "https://wabi-staging-us-east-redirect.analysis.windows.net" }, { "name": "Public", "clientId": "ea0616ba-638b-4df5-95b9-636659ae5121", "redirect": "urn:ietf:wg:oauth:2.0:oob", "cloudName": "GlobalCloud" }, { "name": "Germany", "clientId": "ea0616ba-638b-4df5-95b9-636659ae5121", "redirect": "urn:ietf:wg:oauth:2.0:oob", "cloudName": "GermanyCloud" }, { "name": "USGov", "clientId": "ea0616ba-638b-4df5-95b9-636659ae5121", "redirect": "urn:ietf:wg:oauth:2.0:oob", "cloudName": "USGovCloud" }, { "name": "USGovHigh", "clientId": "ea0616ba-638b-4df5-95b9-636659ae5121", "redirect": "urn:ietf:wg:oauth:2.0:oob", "cloudName": "USGovDoDL4Cloud" }, { "name": "USGovMil", "clientId": "ea0616ba-638b-4df5-95b9-636659ae5121", "redirect": "urn:ietf:wg:oauth:2.0:oob", "cloudName": "USGovDoDL5Cloud" }, { "name": "China", "clientId": "ea0616ba-638b-4df5-95b9-636659ae5121", "redirect": "urn:ietf:wg:oauth:2.0:oob", "cloudName": "ChinaCloud" } ], "Settings": { "ForceDeviceCodeAuthentication": false, "ShowADALDebugMessages": false } } |