Skip to content

Commit c5dee6e

Browse files
Update README.md
1 parent 3e099ed commit c5dee6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ManagedClientConsoleAppSample/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Package: `Microsoft.Identity.Model.Clients.ActiveDirectory` has already been ins
5050
2. Open the solution file `ManagedClientConsoleAppSample.sln` in [Visual Studio 2017](https://www.visualstudio.com/downloads/).
5151
3. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed.
5252
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.
5454
* `clientId` - update this with the `application id` you saved from step 2.6 above.
5555
* `replyUri` - update this to `http://adalsample`, you can add other reply urls in [azure portal](https://portal.azure.com)
5656
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
6161
2. Open the solution file `ManagedClientConsoleAppSample.sln` in [Visual Studio 2017](https://www.visualstudio.com/downloads/).
6262
3. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed.
6363
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.
6565
* `clientId` - Do not change this value. It must be used to run the sample successfully.
6666
* `replyUri` - Do not change this value. It must be used to run the sample successfully.
6767
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

Comments
 (0)