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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,13 +114,13 @@ In this step, you configure your *TodoListClient* project by registering a new a
114
114
115
115
### Step 5: Pre-authorize your client application
116
116
117
-
One of the ways to allow users from other directories to access your Web API is by *pre-authorizing* the client applications to access your Web API by adding the Application Ids from client applications in the list of *pre-authorized*applications for your Web API. By adding a pre-authorized client, you will not require user to consent to use your Web API. Follow the steps below to pre-authorize your Web Application::
117
+
One of the ways to allow users from other directories to access your Web API is by *pre-authorizing* the client applications to access your Web API by adding the Application Ids from client applications in the list of **Authorized client applications** for your Web API. By adding a pre-authorized client, you will not require user to consent to use your Web API. Follow the steps below to pre-authorize your Web Application:
118
118
119
119
1. Go back to the *Application registration portal* and open the properties of your **TodoListService**.
120
-
1. In the **Expose an API** section, click on **Add application** under the *Pre-authorized applications* section.
121
-
1. In the *Application ID* field, paste the application ID of the `TodoListClient` application.
122
-
1. In the *Scope* field, click on the **Select** combo box and select the scope for this Web API `api://<Application ID>/access_as_user`.
123
-
1. Press the **Save** button at the bottom of the page.
120
+
1. In the **Expose an API** section, select **Add a client application** under the *Pre-authorized applications* section.
121
+
1. In the **Client ID** field, paste the application (Client) ID of the `TodoListClient` application.
122
+
1. In the **Authorized Scopes** field, check the scope for this Web API `api://<Application ID>/access_as_user`.
123
+
1. Press the **Add application** button at the bottom of the page.
0 commit comments