Change Microsoft account type to ugentbe.onmicrosoft.com
This commit is contained in:
parent
6e79fc50ed
commit
2d6aea10fb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ auth_microsoft_bp = Blueprint("auth_microsoft_bp", __name__)
|
|||
|
||||
client = Client(Configuration.MICROSOFT_AUTH_ID,
|
||||
Configuration.MICROSOFT_AUTH_SECRET,
|
||||
account_type='common') # by default common, thus account_type is optional parameter.
|
||||
account_type="ugentbe.onmicrosoft.com")
|
||||
|
||||
|
||||
def microsoft_login():
|
||||
|
|
Loading…
Reference in a new issue