fix: autenticazione Microsoft
This commit is contained in:
parent
80322de09a
commit
db69f59526
|
@ -48,6 +48,6 @@ class MicrosoftLogin extends Azure implements ProviderInterface
|
||||||
{
|
{
|
||||||
$me = $this->get('https://graph.microsoft.com/v1.0/me', $access_token);
|
$me = $this->get('https://graph.microsoft.com/v1.0/me', $access_token);
|
||||||
|
|
||||||
return $me['mail'];
|
return $me['userPrincipalName'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue