oauth2-azure
oauth2-azure copied to clipboard
Invalid invocation of getTenantDetails() in AccessToken.php
In hajekj commit 0d28aaa of 9 days ago, there seems to be an operand missing in the call of getTenantDetails in AccessToken.php.
Line 52 of AccessToken.php: $tenant = $provider->getTenantDetails($provider->tenant); but
Line 371 of Azure.php: public function getTenantDetails($tenant, $version)