Skip to content

Updating apps.json for portal quickstart #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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