SocialiteProviders / Providers

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

Update Azure ADB2C for OpenId differences #1171

Closed baradhili closed 1 day ago

baradhili commented 4 months ago

This seems to work for me. Have included URL I relied on for scope space separator as well as handling if the $user['email'] is an array or not since there is no spec from MS saying it will always be a scalar fixes #1320

codespearhead commented 1 day ago

@baradhili Can you link this PR to issue #1320 so that it's closed automatically once this PR is merged?

To do this, you just need to add the following to the end of the PR description:

fixes #1320

baradhili commented 1 day ago

Looks like master has updated to handle this.