Skip to content

Commit 5810274

Browse files
committed
cleaning up typos
1 parent 20119cf commit 5810274

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Device_Profile_Sample/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Package: `Microsoft.Identity.Model.Clients.ActiveDirectory` has already been ins
2222
1. Navigate to the sample in cloned repo `vsts-auth-samples/Device_Profile_Sample/`
2323
2. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed
2424
3. Open the solution file `Device Profile Sample.sln` in [Visual Studio IDE 2017](https://www.visualstudio.com/downloads/)
25-
4. Open CS file `Program.cs` and there are 2 important fields to be aware of:
25+
4. Open CS file `Program.cs` and there are 4 important fields to be aware of:
2626
* `VSTSResourceId` - Immutable value. Denotes that we need a VSTS access token.
27-
* `clientId` - Immutable value*. *Normally your app's registered AAD clientId, but for VSTS is must be the VS client ID provided
28-
* `vstsAccountUri` - Mutable value. Denotes your vsts account URL (i.e. https://myaccount.visualstudio.com). Please update this with your account URL
27+
* `clientId` - Immutable value*. *Normally your app's registered AAD clientId, but for VSTS is must be the VS client ID provided.
28+
* `vstsAccountUri` - Mutable value. Denotes your vsts account URL (i.e. https://myaccount.visualstudio.com). Please update this with your account URL.
2929
* `restEndpoint` - Mutable value. Denotes which REST API endpoint we want to hit. We have configured it to return team project information.
3030
5. Build and run solution. You should see a console window with instruction on how to authenticate via the Device Profile flow. After authenticating you should see all team project information viewable by the authenticated identity displayed in the console window.

0 commit comments

Comments
 (0)