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
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -38,24 +38,24 @@ There are two projects in this sample. Each needs to be separately registered i
38
38
39
39
1. Sign in to the [Azure portal](https://portal.azure.com).
40
40
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.
46
46
47
47
#### Register the TodoListWebApp web application
48
48
49
49
1. Sign in to the [Azure portal](https://portal.azure.com).
50
50
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'.
59
59
60
60
### Step 4: Configure the sample to use your Azure AD tenant
0 commit comments