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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ There are two projects in this sample. Each needs to be separately registered i
63
63
9. For the App ID URI, enter `https://<your_tenant_name>/TodoListWebApp`, replacing `<your_tenant_name>` with the name of your Azure AD tenant. Click OK to complete the registration.
64
64
1. While still in the Azure portal, click the **Configure** tab of your application.
65
65
2. Locate the **Manage Manifest** button in the bottom drawer. Click it and download your application's manifest as a `.json` file.
66
-
3. Open the `.json` file in a text editor and change the `logoutUrl` property to `https://localhost:44320/Account/EndSession`. This is the default single sign out URL for this sample.
66
+
3. Open the `.json` file in a text editor and change the `logoutUrl` property to `https://localhost:44371/Account/EndSession`. This is the default single sign out URL for this sample.
67
67
4. Back in the Azure portal, click **Manage Manifest** then **Upload Manifest**, and upload your updated `.json` file.
68
68
5. Finally, locate the **Client ID** value in the **Configure** tab and copy it to your clipboard. You will need it shortly.
69
69
12. Create a new key for the application. Save the configuration so you can view the key value. Save this aside for when you configure the project in Visual Studio.
0 commit comments