You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TodoListClient/App.config
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@
5
5
</startup>
6
6
<appSettings>
7
7
<addkey="ida:ClientId"value="{Enter the Application Id that you copied from the App Registration Portal.}" />
8
+
<addkey="todo:Scope"value="{Enter the scope of the Web API, as copied from the App Registration Portal, for instance api://[WebApi-AppId]/access_as_user where [WebApi-AppId] is a GUID" />
9
+
<!--
10
+
Note that the [WebAPI-AppId], which is the Application Id of the called Web API can be the same as the ida:ClientId
11
+
as V2 apps enable several platforms for a same application. But this can also be a different applications
0 commit comments