File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ def __init__(self):
183
183
self .authorize_params = {
184
184
"tenant" : os .environ .get ("OAUTH_AZURE_AD_TENANT_ID" ),
185
185
"response_type" : "code" ,
186
- "scope" : "https://graph.microsoft.com/User.Read https://graph.microsoft.com/ offline_access" ,
186
+ "scope" : "https://graph.microsoft.com/User.Read offline_access" ,
187
187
"response_mode" : "query" ,
188
188
}
189
189
@@ -275,7 +275,7 @@ def __init__(self):
275
275
self .authorize_params = {
276
276
"tenant" : os .environ .get ("OAUTH_AZURE_AD_HYBRID_TENANT_ID" ),
277
277
"response_type" : "code id_token" ,
278
- "scope" : "https://graph.microsoft.com/User.Read https://graph.microsoft.com/openid https://graph.microsoft.com/ offline_access" ,
278
+ "scope" : "https://graph.microsoft.com/User.Read https://graph.microsoft.com/openid offline_access" ,
279
279
"response_mode" : "form_post" ,
280
280
"nonce" : nonce ,
281
281
}
You can’t perform that action at this time.
0 commit comments