File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,12 @@ CLIENT_SECRET=<client secret>
10
10
# "https://login.microsoftonline.com/TENANT_GUID"
11
11
# or "https://login.microsoftonline.com/subdomain.onmicrosoft.com".
12
12
#
13
- # Alternatively, use the ".../common" if you are building a multi-tenant AAD app
14
- # in world-wide cloud
15
- AUTHORITY = https://login.microsoftonline.com/common
13
+ # Alternatively, use "https://login.microsoftonline.com/common" for multi-tenant app.
14
+ AUTHORITY = <authority url>
16
15
#
17
16
#
18
17
# 2. If you are using a Microsoft Entra External ID for customers (CIAM) tenant,
19
- # configure AUTHORITY as " https://subdomain.ciamlogin.com"
18
+ # configure AUTHORITY as https://subdomain.ciamlogin.com/subdomain.onmicrosoft.com
20
19
# AUTHORITY=<authority url>
21
20
22
21
# Your project's redirect URI. For example: http://localhost:5000/redirect
Original file line number Diff line number Diff line change 6
6
import requests
7
7
8
8
9
- __version__ = "0.2 .0"
9
+ __version__ = "0.3 .0"
10
10
11
11
12
12
@settings .AUTH .login_required
You can’t perform that action at this time.
0 commit comments