massej

Results 3 issues of massej

Fix issue with Azure B2C that already use a parameter. **List of common tasks a pull request require complete** - [ ] Changelog entry is added or the pull request...

Hi This part has a bug ``` public function requestUserInfo($attribute = null) { $user_info_endpoint = $this->getProviderConfigValue('userinfo_endpoint'); $schema = 'openid'; $user_info_endpoint .= '?schema=' . $schema; //The accessToken has to be sent...

Hi, The plugin doesn't work with Azure AD B2C The Azure B2C url is : https://YOURTENANT.b2clogin.com/YOURTENANT.onmicrosoft.com//v2.0/.well-known/openid-configuration but it's hardcoded to https://login.microsoftonline.com/ which allow to only Azure AD and not B2C....