Skip to content

Commit

Permalink
Updating apps.json for portal quickstart (#6)
Browse files Browse the repository at this point in the history
* Updating apps.json for portal quickstart

* Deleting setting of logout url in apps.json

* Updating readme for this change
  • Loading branch information
abhidnya13 authored Nov 7, 2019
1 parent 9535205 commit 8e89f70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion AppCreationScripts/Apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand Down

0 comments on commit 8e89f70

Please sign in to comment.