Skip to content

Commit 41cb4c5

Browse files
authored
Merge pull request #202812 from atikmapari/Broken-link-celested
Broken link fixed
2 parents fbcd7f5 + 33986fb commit 41cb4c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/quickstart-v2-python-webapp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: "Quickstart: Add sign-in with Microsoft to a Python web app"
33
description: In this quickstart, learn how a Python web app can sign in users, get an access token from the Microsoft identity platform, and call the Microsoft Graph API.
44
services: active-directory
5-
author: CelesteDG
5+
author: henrymbuguakiarie
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: portal
1010
ms.workload: identity
1111
ms.date: 11/22/2021
1212
ROBOTS: NOINDEX
13-
ms.author: celested
13+
ms.author: henrymbugua
1414
ms.custom: aaddev, devx-track-python, "scenarios:getting-started", "languages:Python", mode-api
1515
---
1616

@@ -33,7 +33,7 @@ ms.custom: aaddev, devx-track-python, "scenarios:getting-started", "languages:Py
3333
>
3434
> - An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3535
> - [Python 2.7+](https://www.python.org/downloads/release/python-2713) or [Python 3+](https://www.python.org/downloads/release/python-364/)
36-
> - [Flask](http://flask.pocoo.org/), [Flask-Session](https://pypi.org/project/Flask-Session/), [requests](https://requests.kennethreitz.org/en/master/)
36+
> - [Flask](http://flask.pocoo.org/), [Flask-Session](https://pypi.org/project/Flask-Session/), [requests](https://github.com/psf/requests/graphs/contributors)
3737
> - [MSAL Python](https://github.com/AzureAD/microsoft-authentication-library-for-python)
3838
>
3939
> #### Step 1: Configure your application in Azure portal

0 commit comments

Comments
 (0)