|
1 | 1 | {
|
2 | 2 | "AzureAd": {
|
3 | 3 | "Instance": "https://login.microsoftonline.com/",
|
4 |
| - "Domain": "kkaad.onmicrosoft.com", |
5 |
| - "TenantId": "979f4440-75dc-4664-b2e1-2cafa0ac67d1", |
6 |
| - "ClientId": "30fcdffd-4f38-49ba-bceb-d8063ebe4b0e", |
| 4 | + "Domain": "[Enter the domain of your tenant, e.g. contoso.onmicrosoft.com]", |
| 5 | + "TenantId": "[Enter 'common', or 'organizations' or the Tenant Id (Obtained from the Azure portal. Select 'Endpoints' from the 'App registrations' blade and use the GUID in any of the URLs), e.g. da41245a5-11b3-996c-00a8-4d99re19f292]", |
| 6 | + "ClientId": "[Enter the Client Id (Application ID obtained from the Azure portal), e.g. ba74781c2-53c2-442a-97c2-3d60re42f403]", |
7 | 7 | "CallbackPath": "/signin-oidc",
|
8 | 8 | "SignedOutCallbackPath ": "/signout-callback-oidc",
|
9 | 9 |
|
10 | 10 | // To call an API
|
11 |
| - "ClientSecret": "m9lTgLGbq7CXXhfTtQCak3sYdYnqyQsbzBh5ol+X9zA= "GIgeZIAiicWVD4ImenEIx8TM4BPAfTxCGtzstVChkKs="; |
| 11 | + "ClientSecret": "[Copy the client secret added to the app from the Azure portal]" |
12 | 12 | },
|
13 | 13 | "TodoList": {
|
14 | 14 | /*
|
|
17 | 17 | - a scope corresponding to a V1 application (for instance <GUID>/user_impersonation, where <GUID> is the
|
18 | 18 | clientId of a V1 application, created in the https://portal.azure.com portal.
|
19 | 19 | */
|
20 |
| - "TodoListScope": "api://8f085429-c424-45c4-beb3-75f6f0a7924f/user_impersonation", |
21 |
| - "TodoListBaseAddress": "https://localhost:44351/", |
| 20 | + "TodoListScope": "api://[Enter_client_ID_Of_TodoListService-v2_from_Azure_Portal,_e.g._2ec40e65-ba09-4853-bcde-bcb60029e596]/access_as_user", |
| 21 | + "TodoListBaseAddress": "https://localhost:44351/" |
22 | 22 |
|
23 | 23 | },
|
24 | 24 | "Logging": {
|
|
0 commit comments