Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit 670741a

Browse files
author
Tiago Brenck
committed
This sample shouldnt use Xbox accounts, so I am removing it from readme steps
1 parent 1a62f90 commit 670741a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ As a first step you'll need to:
9999
1. Select **New registration**.
100100
1. When the **Register an application page** appears, enter your application's registration information:
101101
- 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**.
103103
- In the Redirect URI (optional) section, select **Web** in the combo-box and enter the following redirect URIs: `https://localhost:44351/`.
104104
1. Select **Register** to create the application.
105105
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:
123123
- Keep **State** as `Enabled`
124124
- Select **Add scope**
125125

126-
1. Select the **Manifest** section, and:
127-
- For the key `accessTokenAcceptedVersion`, change the value to `null`.
128-
129126
#### Register the client app (TodoListWebApp-aspnetcore)
130127

131128
1. Navigate to the Microsoft identity platform for developers [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) page.
132129
1. Select **New registration**.
133130
1. When the **Register an application page** appears, enter your application's registration information:
134131
- 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**.
136133
> 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.
137134
1. Select **Register** to create the application.
138135
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:
159156
- In the **Delegated permissions** section, ensure that the right permissions are checked: **user_impersonation**.
160157
- Select the **Add permissions** button.
161158

162-
1. Select the **Manifest** section, and:
163-
- For the key `accessTokenAcceptedVersion`, change the value to `null`.
164-
165159
#### Configure authorized client applications for service (TodoListService-aspnetcore)
166160

167161
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

Comments
 (0)