Skip to content

Commit 4601f8c

Browse files
committed
Improve the config files (based on feedback)
1 parent 7075859 commit 4601f8c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

TodoListClient/App.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</startup>
66
<appSettings>
77
<!-- ida:Client is a GUID representing the Application Id for the TodoListClient app that you copied from
8-
the App Registration Portal (https://apps.dev.microsoft.com) -->
8+
the App Registration Portal ((https://go.microsoft.com/fwlink/?linkid=2083908) -->
99

1010
<add key="ida:ClientId" value="{Enter the Application Id that you copied from the App Registration Portal.}" />
1111

@@ -19,7 +19,7 @@
1919
"https://login.microsoftonline.com/organizations/" instead of "https://login.microsoftonline.com/common/"
2020
-->
2121

22-
<add key="TodoListServiceScope" value="{Enter the Application Id of your TodoListService from the app registration portal}" />
22+
<add key="TodoListServiceScope" value="api://{Enter the Application Id of your TodoListService from the app registration portal}/access_as_user" />
2323
<add key="TodoListServiceBaseAddress" value="https://localhost:44321/" />
2424

2525
</appSettings>

TodoListService/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<add key="webpages:Enabled" value="false" />
1010
<add key="ClientValidationEnabled" value="true" />
1111
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
12-
<add key="ida:ClientId" value="{Enter the Application Id that you copied from the App Registration Portal.}" />
12+
<add key="ida:ClientId" value="{Enter the Application Id of the Web API that you copied from the App Registration Portal.}" />
1313
</appSettings>
1414
<system.web>
1515
<compilation debug="true" targetFramework="4.5" />

0 commit comments

Comments
 (0)