File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments