From 8e89f708b5d1ba199a1c9dffc64d4979abdf9c90 Mon Sep 17 00:00:00 2001 From: Abhidnya Date: Thu, 7 Nov 2019 11:25:24 -0800 Subject: [PATCH] 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 --- AppCreationScripts/Apps.json | 1 - README.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/AppCreationScripts/Apps.json b/AppCreationScripts/Apps.json index 196253d..22030ae 100644 --- a/AppCreationScripts/Apps.json +++ b/AppCreationScripts/Apps.json @@ -9,7 +9,6 @@ "x-ms-id": "PythonWebApp", "x-ms-name": "ms-identity-python-webapp", "x-ms-version": "2.0", - "logoutUrl": "http://localhost:5000/logout", "replyUrlsWithType": [ { "url": "http://localhost:5000/getAToken", diff --git a/README.md b/README.md index 5cbd468..370d204 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,6 @@ As a first step you'll need to: - In the Redirect URI (optional) section, select **Web** in the combo-box and enter the following redirect URIs: `http://localhost:5000/getAToken`. 1. Select **Register** to create the application. 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. -1. From the app's Overview page, select the **Authentication** section. - - In the **Advanced settings** section set **Logout URL** to `http://localhost:5000/logout` 1. Select **Save**. 1. From the **Certificates & secrets** page, in the **Client secrets** section, choose **New client secret**: