File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ CLIENT_SECRET=<client secret>
1313# "https://login.microsoftonline.com/TENANT_GUID"
1414# or "https://login.microsoftonline.com/subdomain.onmicrosoft.com".
1515#
16- # Alternatively, leave it undefined if you are building a multi-tenant AAD app
17- # in world-wide cloud
18- # AUTHORITY=<authority url>
16+ # Alternatively, use "https://login.microsoftonline.com/common" for multi-tenant app.
17+ AUTHORITY = <your authority url>
1918#
2019#
2120# 2. If you are using a Microsoft Entra External ID for customers (CIAM) tenant,
22- # configure AUTHORITY as " https://subdomain.ciamlogin.com"
23- # AUTHORITY=<authority url>
21+ # configure AUTHORITY as https://subdomain.ciamlogin.com/subdomain.onmicrosoft.com
22+ # AUTHORITY=https://subdomain.ciamlogin.com/subdomain.onmicrosoft.com
2423#
2524#
2625# 3. If you are using a B2C tenant, configure the following variables:
Original file line number Diff line number Diff line change 55
66import app_config
77
8- __version__ = "0.7 .0" # The version of this sample, for troubleshooting purpose
8+ __version__ = "0.8 .0" # The version of this sample, for troubleshooting purpose
99
1010app = Flask (__name__ )
1111app .config .from_object (app_config )
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ Flask>=2.2
44Flask-Session >= 0.3.2 ,< 0.6
55werkzeug >= 2
66requests >= 2 ,< 3
7- identity >= 0.3 ,< 0.4
7+ identity >= 0.5.1 ,< 0.6
88python-dotenv < 0.22
You can’t perform that action at this time.
0 commit comments