onedrive-php-sdk icon indicating copy to clipboard operation
onedrive-php-sdk copied to clipboard

AUTH_URL and TOKEN_URL are constants

Open TParis opened this issue 3 years ago • 0 comments

When using this package for an organization, Microsoft OAuth 2.0 require the use of Organization-specific endpoints.

https://login.microsoftonline.com//oauth2/v2.0/authorize

By making these a constant, this repo becomes unusable.

TParis avatar Jun 29 '21 00:06 TParis