-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
28 lines (27 loc) · 889 Bytes
/
Copy pathappsettings.json
File metadata and controls
28 lines (27 loc) · 889 Bytes
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
{
"AzureAd": {
"AuthenticationMode": "ServicePrincipal",
"AuthorityUri": "https://login.microsoftonline.com/organizations/",
"Scope": [ "https://analysis.windows.net/powerbi/api/.default" ],
"PbiUsername": "",
"PbiPassword": "",
"ClientSecret": "g8a7Q~meSgB.B8qU36L94Nt7iboGChKbNvm_n",
"Instance":"https://login.microsoftonline.com",
"ClientId": "958414b7-fee9-424d-9020-066199ede27c",
"TenantId": "10ab31a1-f61c-48bd-a4b7-ba47225231ca",
"CallbackPath": "/signin-oidc",
"SignedOutCallbackPath": "/signout-oidc"
},
"PowerBI": {
"WorkspaceId": "389b07b7-ce80-4fd6-ba1c-dc6268d36bc8",
"ReportId": "0b98a59b-626a-4bf5-a9c0-2050f3de6b1b"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}