SocialiteProviders / Providers

A Collection of Providers for Laravel Socialite
https://socialiteproviders.com
MIT License
506 stars 445 forks source link

Microsoft - Update email field to return mail #1259

Open JosefHarney opened 2 months ago

JosefHarney commented 2 months ago

The base package laravel/socialite has the method getEmail within the class AbstractUser. Within mapUserToObject it is returning userPrincipalName in the email field, therefor getEmail is returning an empty string.

This PR is to return the correct field.

Side note the userPrincipalName is return on #195 of the provider.