SocialiteProviders / Providers

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

Microsoft - Update email field to return mail #1259

Open JosefHarney opened 1 month ago

JosefHarney commented 1 month 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.