|
1 | | -{ |
2 | | - "AzureAd": { |
3 | | - "Instance": "https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/", |
4 | | - "TenantId": "Enter_the_Tenant_Id_Here", |
5 | | - "ClientId": "Enter_the_Application_Id_Here", |
6 | | - "Scopes": { |
7 | | - "Read": ["ToDoList.Read", "ToDoList.ReadWrite"], |
8 | | - "Write": ["ToDoList.ReadWrite"] |
9 | | - }, |
10 | | - "AppPermissions": { |
11 | | - "Read": ["ToDoList.Read.All", "ToDoList.ReadWrite.All"], |
12 | | - "Write": ["ToDoList.ReadWrite.All"] |
13 | | - } |
14 | | - }, |
15 | | - "https_port": 44351, |
16 | | - "Logging": { |
17 | | - "LogLevel": { |
18 | | - "Default": "Information", |
19 | | - "Microsoft": "Warning", |
20 | | - "Microsoft.Hosting.Lifetime": "Information" |
21 | | - } |
22 | | - }, |
23 | | - "AllowedHosts": "*" |
24 | | -} |
| 1 | +{ |
| 2 | + "AzureAd": { |
| 3 | + "Instance": "https://TrialTenantkwFwHYij.ciamlogin.com/", |
| 4 | + "TenantId": "1f8afb3b-271f-401d-ac59-f53b1c7bfce7", |
| 5 | + "ClientId": "9c41be2b-d52d-4209-b987-1459a3d62d99", |
| 6 | + "Scopes": { |
| 7 | + "Read": ["ToDoList.Read", "ToDoList.ReadWrite"], |
| 8 | + "Write": ["ToDoList.ReadWrite"] |
| 9 | + }, |
| 10 | + "AppPermissions": { |
| 11 | + "Read": ["ToDoList.Read.All", "ToDoList.ReadWrite.All"], |
| 12 | + "Write": ["ToDoList.ReadWrite.All"] |
| 13 | + } |
| 14 | + }, |
| 15 | + "https_port": 44351, |
| 16 | + "Logging": { |
| 17 | + "LogLevel": { |
| 18 | + "Default": "Information", |
| 19 | + "Microsoft": "Warning", |
| 20 | + "Microsoft.Hosting.Lifetime": "Information" |
| 21 | + } |
| 22 | + }, |
| 23 | + "AllowedHosts": "*" |
| 24 | +} |
0 commit comments