Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

Commit e1c2a1c

Browse files
committed
Fix bug in README, cut/paste error
1 parent e0cab9d commit e1c2a1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ PS C:\windows\system32> Get-MsolServicePrincipalCredential –ServicePrincipalNa
130130

131131
1. Open `app.config'.
132132
2. Find the app key `ida:Tenant` and replace the value with your AAD tenant name.
133-
3. Find the app key `ida:ClientId` and replace the value with the Client ID for the TodoListClient from the Azure portal.
133+
3. Find the app key `ida:ClientId` and replace the value with the Client ID for the TodoListDaemonWithCert app registration from the Azure portal.
134134
4. Find the app key `ida:CertName` and replace the value with the subject name of the self-signed certificate you created, e.g. "CN=TodoListDaemonWithCert".
135135
5. Find the app key `todo:TodoListResourceId` and replace the value with the App ID URI of the TodoListService, for example `https://<your_tenant_name>/TodoListService`
136136
6. Find the app key `todo:TodoListBaseAddress` and replace the value with the base address of the TodoListService project.

0 commit comments

Comments
 (0)