mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 20:10:50 +01:00
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…
x
Reference in New Issue
Block a user