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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The sample also include a Windows Desktop application (WPF) that demonstrate how
20
20
21
21
## How to run this sample
22
22
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/).
24
24
25
25
### Step 1: Download or clone this sample
26
26
@@ -39,7 +39,7 @@ You can clone this sample from your shell or command line:
39
39
40
40
> 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.
41
41
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
43
43
44
44
1. Open the solution in Visual Studio and then open the **Web.config** file under the root of **TodoListService** project.
45
45
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
88
88
89
89
## Optional: Restrict sign-in access to your application
90
90
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.
92
92
93
93
To restrict who can sign in to your application, use one of the options:
0 commit comments