Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit fc45b39

Browse files
authored
Updating login.windows.net in website sample
1 parent fe69934 commit fc45b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/website_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
raise ValueError('Please provide parameter file with account information.')
5050

5151
PORT = 8088
52-
TEMPLATE_AUTHZ_URL = ('https://login.windows.net/{}/oauth2/authorize?'+
52+
TEMPLATE_AUTHZ_URL = ('https://login.microsoftonline.com/{}/oauth2/authorize?'+
5353
'response_type=code&client_id={}&redirect_uri={}&'+
5454
'state={}&resource={}')
5555
GRAPH_RESOURCE = '00000002-0000-0000-c000-000000000000'

0 commit comments

Comments
 (0)