"invalid_client" is from an Exception message. That was all the information I got.
When I try to look at the State of the promise, it returns "rejected". So it see like there is someting on Azure AD that is not set up properly.
$client = new GraphApiClient($requestAdapter);
echo "Promise State: " . $client->me()->get()->getState();
I belive my test user is set up correctly to access the application
Is there any way to know the reason why it was "rejected"?