massej

Results 5 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....

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your issue described in the documentation? - [x] I have read the...

Please make sure the code is following contribution guidelines in CONTRIBUTING.md - [ ] : This PR has a corresponding issue open in the Repository. - [ ] : Approach...