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

Commit 626cec5

Browse files
committed
App ID URI is not exposed during app creation
1 parent 56b02cf commit 626cec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ There are two projects in this sample. Each needs to be separately registered i
3535
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.
3636
3. Click on **More Services** in the left hand nav, and choose **Azure Active Directory**.
3737
4. Click on **App registrations** and choose **Add**.
38-
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`. For the App ID URI, enter https://<your_tenant_name>/TodoListService, replacing <your_tenant_name> with the name of your Azure AD tenant. Click on **Create** to create the application.
38+
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.
3939
6. While still in the Azure portal, choose your application, click on **Settings** and choose **Properties**.
4040
7. Find the Application ID value and copy it to the clipboard.
41+
8. For the App ID URI, enter https://\<your_tenant_name\>/TodoListService, replacing \<your_tenant_name\> with the name of your Azure AD tenant.
4142

4243
#### Register the TodoListWebApp web application
4344

0 commit comments

Comments
 (0)