PHP-SharePoint-Lists-API
PHP-SharePoint-Lists-API copied to clipboard
Authentication fails 'The entered and stored passwords do not match'
Hi, Trying to set up a connection to our SharePoint Online account, but am stuck at this error. I can login with the supplied credentials, but I cannot login using your application. The fatal error follows a notice:
Notice: A non well formed numeric value encountered in /home/vincent/cloud.aplusv.be/Websites/querypat.aplusv.be/vendor/php-sharepoint-lists-api/src/Thybag/Auth/SharePointOnlineAuth.php on line 105
Should I manipulate/hash my clear-text-password before sending? I know our company server uses an internal exchange/adfs to authenticate the employees against, so maybe this authentication scheme is not supported?
Thx for any help - I would LOVE to use your package :)
FYI: I have found other reports on failing authentication, related to the combination of SharePoint Online and ADFS, f.e. http://stackoverflow.com/questions/31280693/authenticate-with-office-365-sharepoint-using-adfs-in-a-platform-independent-w and http://stackoverflow.com/questions/11295953/claim-auth-from-adfs?lq=1
Hello, unfortunately i'm not able to be a lot of help with debugging this as I've not current got any access to a SP online instance to test with. If you are able to get anywhere though, a pull request for the fix (or a link to a stackoverflow with a solution) would be greatly appreciated.