You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I call a get from the provider thenetworg/oauth2-azure/src/Provider/Azure.php, the api version is not added to the url and I got this error: Unkown version me
$provider->get('me/memberOf', $accessToken);
When I dump the url I have https://graph.microsoft.com/me/memberOf instead of https://graph.microsoft.com/v1.0/me/memberOf.