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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ As a first step you'll need to:
37
37
- Select **Register** to create the application.
38
38
1. On the app **Overview** page, find the **Application (client) ID** value and record it for later. You'll need it to configure the Visual Studio configuration file for this project.
39
39
1. In the list of pages for the app, select **Authentication**
40
-
- In the *Suggested Redirect URIs for public clients(mobile,desktop)*, check all the boxes so that the app can work with the MSAL libs used in the application.
40
+
- In the *Suggested Redirect URIs for public clients(mobile,desktop)*, check the second box so that the app can work with the MSAL libs used in the application. (The box should contain the option *urn:ietf:wg:oauth:2.0:oob*).
41
41
1. In the list of pages for the app, select **API permissions**
42
42
- Click the **Add a permission** button and then,
43
43
- Ensure that the **Microsoft APIs** tab is selected
@@ -53,8 +53,9 @@ Open the solution in Visual Studio to configure the projects
53
53
54
54
#### Configure the client project
55
55
56
-
1. Open the `ConsoleApplication\appsettings.json` file
57
-
1. Find the line where `ClientId` is set and replace the existing value with the application ID (clientId) of the `ConsoleApp-DeltaQuery-DotNet` application copied from the Azure portal.
56
+
1. In the *ConsoleApplication* folder, rename the `appsettings.json.example` file to `appsettings.json`
57
+
1. Open and edit the `appsettings.json` file to make the following change
58
+
1. Find the line where `ClientId` is set as `YOUR_CLIENT_ID_HERE` and replace the existing value with the application ID (clientId) of the `ConsoleApp-DeltaQuery-DotNet` application copied from the Azure portal.
58
59
59
60
Clean the solution, rebuild the solution, and start it in the debugger.
0 commit comments