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
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@
6
6
<appSettings>
7
7
<!-- ida:Client is a GUID representing the Application Id for the TodoListClient app that you copied from
8
8
the App Registration Portal (https://apps.dev.microsoft.com) -->
9
+
9
10
<addkey="ida:ClientId"value="{Enter the Application Id that you copied from the App Registration Portal.}" />
10
11
11
-
<!--todo:Scope is either:
12
+
<!--TodoListServiceScope is either:
12
13
- the same as ida:ClientId, as V2 apps enable several platforms for a same application (a GUID)
13
14
- or otherwise the scope of the Web API created with aht App Registration portal, for instance api://[V2-WebApi-AppId]/access_as_user
14
15
where [V2-WebApi-AppId] is a GUID representing the Application ID of the Web API.
@@ -17,8 +18,9 @@
17
18
In that case (V1 app), the Authority used to build the PubliClientApplication in MainWindow.xaml.cs should be set to
18
19
"https://login.microsoftonline.com/organizations/" instead of "https://login.microsoftonline.com/common/"
19
20
-->
20
-
<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" />
0 commit comments