oauth2-azure icon indicating copy to clipboard operation
oauth2-azure copied to clipboard

Invalid invocation of getTenantDetails() in AccessToken.php

Open decomplexity opened this issue 4 years ago • 0 comments

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)

decomplexity avatar Jul 13 '20 18:07 decomplexity