diff --git a/Provider.php b/Provider.php index ed53660..122d0f9 100644 --- a/Provider.php +++ b/Provider.php @@ -41,15 +41,8 @@ class Provider extends AbstractProvider */ protected const DEFAULT_FIELDS_TENANT = ['id', 'displayName', 'city', 'country', 'countryLetterCode', 'state', 'street', 'verifiedDomains']; - /** - * {@inheritdoc} - * https://msdn.microsoft.com/en-us/library/azure/ad/graph/howto/azure-ad-graph-api-permission-scopes. - */ protected $scopes = ['User.Read']; - /** - * {@inheritdoc} - */ protected $scopeSeparator = ' '; /**