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