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

Commit 6dcd5e2

Browse files
committed
Updated ADAL and cache model
1 parent 98451f4 commit 6dcd5e2

File tree

8 files changed

+71
-731
lines changed

8 files changed

+71
-731
lines changed

TodoListClient/App.config

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@
55
</startup>
66
<appSettings>
77
<add key="ida:AADInstance" value="https://login.windows.net/{0}" />
8-
<add key="ida:Tenant" value="[Enter tenant name, e.g. contoso.onmicrosoft.com]" />
8+
<add key="ida:Tenant" value="developertenant.onmicrosoft.com" />
9+
<add key="ida:ClientId" value="83a417dd-2860-41ec-a4d0-178d4064d5f0" />
10+
<add key="ida:RedirectUri" value="http://BasicTodoListClient" />
11+
<add key="todo:TodoListResourceId" value="https://developertenant.onmicrosoft.com/BasicTodoService" />
12+
<add key="todo:TodoListBaseAddress" value="https://localhost:44321" />
13+
<add key="ida:AADInstance" value="https://login.windows.net/{0}" />
14+
<!--<add key="ida:Tenant" value="[Enter tenant name, e.g. contoso.onmicrosoft.com]" />
915
<add key="ida:ClientId" value="[Enter client ID as obtained from Azure Portal, e.g. 82692da5-a86f-44c9-9d53-2f88d52b478b]" />
1016
<add key="ida:RedirectUri" value="[Enter redirect URI as entered in Azure Portal, e.g. http://TodoListClient]" />
1117
<add key="todo:TodoListResourceId" value="[Enter App ID URI of TodoListService, e.g. https://contoso.onmicrosoft.com/TodoListService]" />
12-
<add key="todo:TodoListBaseAddress" value="https://localhost:44321" />
18+
<add key="todo:TodoListBaseAddress" value="https://localhost:44321" />-->
1319
</appSettings>
1420
</configuration>

TodoListClient/CacheHelper.cs

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)