Skip to content

Commit

Permalink
Normalize all scope and scopeSeparator properties (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored Nov 7, 2024
1 parent 87e6128 commit 8036d03
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ' ';

/**
Expand Down

0 comments on commit 8036d03

Please # to comment.