diff --git a/src/auth/auth_azure_ad_oauth.py b/src/auth/auth_azure_ad_oauth.py index 5696e634..5b1a940f 100644 --- a/src/auth/auth_azure_ad_oauth.py +++ b/src/auth/auth_azure_ad_oauth.py @@ -17,7 +17,7 @@ def __init__(self, params_dict): super().__init__( self.auth_url, self.token_url, - 'openid email profile', + 'openid email profile User.Read', params_dict, )