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: ManagedClientConsoleAppSample/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Package: `Microsoft.Identity.Model.Clients.ActiveDirectory` has already been ins
50
50
2. Open the solution file `ManagedClientConsoleAppSample.sln` in [Visual Studio 2017](https://www.visualstudio.com/downloads/).
51
51
3. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed.
52
52
4. Open CS file `Program.cs` and there is a section with input values to change at the top of the class:
53
-
*`azDevOrganizationUrl` - update this with the url to your Azure DevOps/TFS collection, e.g. http://dev.azure.com/myaccount for Azure DevOps.
53
+
*`azureDevOpsOrganizationUrl` - update this with the url to your Azure DevOps/TFS collection, e.g. http://dev.azure.com/organization for Azure DevOps.
54
54
*`clientId` - update this with the `application id` you saved from step 2.6 above.
55
55
*`replyUri` - update this to `http://adalsample`, you can add other reply urls in [azure portal](https://portal.azure.com)
56
56
5. Build and run the solution. After running you should see an interactive login prompt. Then after authentication and authorization, a list of all projects inside of your account.
@@ -61,7 +61,7 @@ Package: `Microsoft.Identity.Model.Clients.ActiveDirectory` has already been ins
61
61
2. Open the solution file `ManagedClientConsoleAppSample.sln` in [Visual Studio 2017](https://www.visualstudio.com/downloads/).
62
62
3. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed.
63
63
4. Open CS file `Program.cs` and there is a section with input values to change at the top of the class:
64
-
*`azDevOrganizationUrl` - update this with the url to your Azure DevOps/TFS collection, e.g. http://dev.azure.com/myaccount for Azure DevOps.
64
+
*`azureDevOpsOrganizationUrl` - update this with the url to your Azure DevOps/TFS collection, e.g. http://dev.azure.com/organization for Azure DevOps.
65
65
*`clientId` - Do not change this value. It must be used to run the sample successfully.
66
66
*`replyUri` - Do not change this value. It must be used to run the sample successfully.
67
67
5. Build and run the solution. After running you should see an interactive login prompt. Then after authentication and authorization, a list of all projects inside of your account.
0 commit comments