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
{{ message }}
This repository was archived by the owner on Jan 23, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-8
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ As a first step you'll need to:
99
99
1. Select **New registration**.
100
100
1. When the **Register an application page** appears, enter your application's registration information:
101
101
- In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `TodoListService-aspnetcore`.
102
-
- Change **Supported account types** to **Accounts in any organizational directory and personal Microsoft accounts (e.g. Skype, Xbox, Outlook.com)**.
102
+
- Change **Supported account types** to **Accounts in any organizational directory**.
103
103
- In the Redirect URI (optional) section, select **Web** in the combo-box and enter the following redirect URIs: `https://localhost:44351/`.
104
104
1. Select **Register** to create the application.
105
105
1. On the app **Overview** page, find the **Application (client) ID** value and record it for later. You'll need it to configure the Visual Studio configuration file for this project.
@@ -123,16 +123,13 @@ As a first step you'll need to:
123
123
- Keep **State** as `Enabled`
124
124
- Select **Add scope**
125
125
126
-
1. Select the **Manifest** section, and:
127
-
- For the key `accessTokenAcceptedVersion`, change the value to `null`.
128
-
129
126
#### Register the client app (TodoListWebApp-aspnetcore)
130
127
131
128
1. Navigate to the Microsoft identity platform for developers [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) page.
132
129
1. Select **New registration**.
133
130
1. When the **Register an application page** appears, enter your application's registration information:
134
131
- In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `TodoListWebApp-aspnetcore`.
135
-
- Change **Supported account types** to **Accounts in any organizational directory and personal Microsoft accounts (e.g. Skype, Xbox, Outlook.com)**.
132
+
- Change **Supported account types** to **Accounts in any organizational directory**.
136
133
> Note that there are more than one redirect URIs. You'll need to add them from the **Authentication** tab later after the app has been created successfully.
137
134
1. Select **Register** to create the application.
138
135
1. On the app **Overview** page, find the **Application (client) ID** value and record it for later. You'll need it to configure the Visual Studio configuration file for this project.
@@ -159,9 +156,6 @@ As a first step you'll need to:
159
156
- In the **Delegated permissions** section, ensure that the right permissions are checked: **user_impersonation**.
160
157
- Select the **Add permissions** button.
161
158
162
-
1. Select the **Manifest** section, and:
163
-
- For the key `accessTokenAcceptedVersion`, change the value to `null`.
164
-
165
159
#### Configure authorized client applications for service (TodoListService-aspnetcore)
166
160
167
161
For the middle tier web API (`TodoListService-aspnetcore`) to be able to call the downstream web APIs, the user must grant the middle tier permission to do so in the form of consent.
0 commit comments