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

Commit 8f97d3a

Browse files
committed
Update readme.md
1 parent 69793b2 commit 8f97d3a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@ There are two projects in this sample. Each needs to be separately registered i
3838

3939
1. Sign in to the [Azure portal](https://portal.azure.com).
4040
2. On the top bar, click on your account and under the **Directory** list, choose the Active Directory tenant where you wish to register your application.
41-
2. Click on **More Services** in the left hand nav, and choose **Azure Active Directory**.
42-
3. Click on **Registered Applications** and choose **Add**.
43-
4. Enter a friendly name for the application, for example 'TodoListService' and select 'Web Application and/or Web API' as the Application Type. For the sign-on URL, enter the base URL for the sample, which is by default `https://localhost:44351`. Click on **Create** to create the application.
44-
5. While still in the Azure portal, choose your application, click on **Settings** and choose **Properties**.
45-
6. Find the Application ID value and copy it to the clipboard.
41+
3. Click on **More Services** in the left hand nav, and choose **Azure Active Directory**.
42+
4. Click on **App registrations** and choose **Add**.
43+
5. Enter a friendly name for the application, for example 'TodoListService' and select 'Web Application and/or Web API' as the Application Type. For the sign-on URL, enter the base URL for the sample, which is by default `https://localhost:44351`. Click on **Create** to create the application.
44+
6. While still in the Azure portal, choose your application, click on **Settings** and choose **Properties**.
45+
7. Find the Application ID value and copy it to the clipboard.
4646

4747
#### Register the TodoListWebApp web application
4848

4949
1. Sign in to the [Azure portal](https://portal.azure.com).
5050
2. On the top bar, click on your account and under the **Directory** list, choose the Active Directory tenant where you wish to register your application.
51-
2. Click on **More Services** in the left hand nav, and choose **Azure Active Directory**.
52-
3. Click on **Registered Applications** and choose **Add**.
53-
4. Enter a friendly name for the application, for example 'TodoListWebApp' and select 'Web Application and/or Web API' as the Application Type. For the sign-on URL, enter the base URL for the sample, which is by default `https://localhost:44371/signin-oidc`.
54-
5. While still in the Azure portal, choose your application, click on **Settings** and choose **Properties**.
55-
6. Find the Application ID value and copy it to the clipboard.
56-
7. On the same page, change the `Logout Url` property to `https://localhost:44371/Account/EndSession`. This is the default single sign out URL for this sample.
57-
7. From the Settings menu, choose **Keys** and add a key - select a key duration of either 1 year or 2 years. When you save this page, the key value will be displayed, copy and save the value in a safe location - you will need this key later to configure the project in Visual Studio - this key value will not be displayed again, nor retrievable by any other means, so please record it as soon as it is visible from the Azure Portal.
58-
8. Configure Permissions for your application - in the Settings menu, choose the 'Required permissions' section, click on **Add**, then **Select an API**, and type 'TodoListService' in the textbox. Then, click on **Select Permissions** and select 'Access TodoListService'.
51+
3. Click on **More Services** in the left hand nav, and choose **Azure Active Directory**.
52+
4. Click on **App registrations** and choose **Add**.
53+
5. Enter a friendly name for the application, for example 'TodoListWebApp' and select 'Web Application and/or Web API' as the Application Type. For the sign-on URL, enter the base URL for the sample, which is by default `https://localhost:44371/signin-oidc`.
54+
6. While still in the Azure portal, choose your application, click on **Settings** and choose **Properties**.
55+
7. Find the Application ID value and copy it to the clipboard.
56+
8. On the same page, change the `Logout Url` property to `https://localhost:44371/Account/EndSession`. This is the default single sign out URL for this sample.
57+
9. From the Settings menu, choose **Keys** and add a key - select a key duration of either 1 year or 2 years. When you save this page, the key value will be displayed, copy and save the value in a safe location - you will need this key later to configure the project in Visual Studio - this key value will not be displayed again, nor retrievable by any other means, so please record it as soon as it is visible from the Azure Portal.
58+
10. Configure Permissions for your application - in the Settings menu, choose the 'Required permissions' section, click on **Add**, then **Select an API**, and type 'TodoListService' in the textbox. Then, click on **Select Permissions** and select 'Access TodoListService'.
5959

6060
### Step 4: Configure the sample to use your Azure AD tenant
6161

0 commit comments

Comments
 (0)