Skip to content

Commit 06da9ca

Browse files
committed
Fix minor quoting issue in readme step2.5
1 parent dc9bb12 commit 06da9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There are two projects in this sample. Each needs to be separately registered i
3636
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.
3737
3. Click on **More Services** in the left hand nav, and choose **Azure Active Directory**.
3838
4. Click on **App registrations** and choose **Add**.
39-
5. Enter a friendly name for the application, for example 'TodoListService-ManualJwt' 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:44324`. For the App ID URI, enter https://<your_tenant_name>/TodoListService-ManualJwt, replacing <your_tenant_name> with the name of your Azure AD tenant. Click OK to complete the registration. Click on **Create** to create the application.
39+
5. Enter a friendly name for the application, for example 'TodoListService-ManualJwt' 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:44324`. For the App ID URI, enter `https://<your_tenant_name>/TodoListService-ManualJwt`, replacing `<your_tenant_name>` with the name of your Azure AD tenant. Click OK to complete the registration. Click on **Create** to create the application.
4040
6. While still in the Azure portal, choose your application, click on **Settings** and choose **Properties**.
4141
7. Find the Application ID value and copy it to the clipboard.
4242

0 commit comments

Comments
 (0)