Skip to content

Commit 8e89f70

Browse files
authored
Updating apps.json for portal quickstart (#6)
* Updating apps.json for portal quickstart * Deleting setting of logout url in apps.json * Updating readme for this change
1 parent 9535205 commit 8e89f70

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

AppCreationScripts/Apps.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"x-ms-id": "PythonWebApp",
1010
"x-ms-name": "ms-identity-python-webapp",
1111
"x-ms-version": "2.0",
12-
"logoutUrl": "http://localhost:5000/logout",
1312
"replyUrlsWithType": [
1413
{
1514
"url": "http://localhost:5000/getAToken",

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ As a first step you'll need to:
9696
- In the Redirect URI (optional) section, select **Web** in the combo-box and enter the following redirect URIs: `http://localhost:5000/getAToken`.
9797
1. Select **Register** to create the application.
9898
1. On the app **Overview** page, find the **Application (client) ID** value and record it for later. You'll need it to configure the Visual Studio configuration file for this project.
99-
1. From the app's Overview page, select the **Authentication** section.
100-
- In the **Advanced settings** section set **Logout URL** to `http://localhost:5000/logout`
10199
1. Select **Save**.
102100
1. From the **Certificates & secrets** page, in the **Client secrets** section, choose **New client secret**:
103101

0 commit comments

Comments
 (0)