Skip to content

Commit 3c2d335

Browse files
committed
Updates to readme based on Jean-Marc's review
1 parent e8438d9 commit 3c2d335

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The sample also include a Windows Desktop application (WPF) that demonstrate how
2020

2121
## How to run this sample
2222

23-
> Pre-requisites: This sample requires Visual Studio 2015 Update 3 or Visual Studio 2017. Don’t have it? Download [Visual Studio 2017 for free](https://www.visualstudio.com/downloads/).
23+
> Pre-requisites: This sample requires Visual Studio 2017. If you don't have it, download [Visual Studio 2017 for free](https://www.visualstudio.com/downloads/).
2424
2525
### Step 1: Download or clone this sample
2626

@@ -39,7 +39,7 @@ You can clone this sample from your shell or command line:
3939

4040
> Note: When you add a *Web API* the Application registration portal, it adds a pre-defined App Id URI and Scope, using the format *api://{Application Id}/{Scope Name}* named **access_as_user** (you can review it by clicking 'Edit' button). This sample code uses this default scope.
4141
42-
### Step 3: Configure your *TodoListService* project to match the Web API you just registered
42+
### Step 3: Configure your *TodoListService* and *TodoListClient* projects to match the Web API you just registered
4343

4444
1. Open the solution in Visual Studio and then open the **Web.config** file under the root of **TodoListService** project.
4545
1. Replace the value of `ida:ClientId` parameter with the **Application Id** from the application you just registered in the Application Registration Portal.
@@ -88,7 +88,7 @@ One of the ways to allow users from other directories to acces your Web API is b
8888

8989
## Optional: Restrict sign-in access to your application
9090

91-
By default, when download this code sample and configure the application to use the Azure Active Directory v2 endpoint following the preceeding steps, both personal accounts - like outlook.com, live.com, and others - as well as Work or school accounts from any organizations that are integrated with Azure AD can request tokens and access your Web API.
91+
By default, when you download this code sample and configure the application to use the Azure Active Directory v2 endpoint following the preceeding steps, both personal accounts - like outlook.com, live.com, and others - as well as Work or school accounts from any organizations that are integrated with Azure AD can request tokens and access your Web API.
9292

9393
To restrict who can sign in to your application, use one of the options:
9494

0 commit comments

Comments
 (0)