Change Microsoft account type to ugentbe.onmicrosoft.com

This commit is contained in:
Maxim De Clercq 2023-04-19 23:17:51 +02:00
parent 6e79fc50ed
commit 2d6aea10fb
No known key found for this signature in database
GPG key ID: D35643779C52BA70

View file

@ -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():