phpSPO icon indicating copy to clipboard operation
phpSPO copied to clipboard

Error: 0x800488230x80048823AADSTS70002: Error validating credentials. AADSTS50053: You've tried to sign in too many times with an incorrect user ID or password.

Open niedzwiedzicho opened this issue 5 years ago • 3 comments

what is real reason of this error?

I've changed line 109 in SamlTokenProvider.php from: $nodeErr = $xpath->query("//S:Fault/S:Detail/psf:error/psf:internalerror/psf:text")->item(0); to: $nodeErr = $xpath->query("//S:Fault/S:Detail")->item(0);

because before change I had : Fatal error: Call to a member function item() on boolean in /home/roofvouch/public_html/vendor/vgrem/php-spo/src/Runtime/Auth/SamlTokenProvider.php on line 109

niedzwiedzicho avatar Aug 22 '18 19:08 niedzwiedzicho

update from me - I'm using link and credentials that work when I'm opening link from browser

niedzwiedzicho avatar Aug 22 '18 20:08 niedzwiedzicho

any hint? update? help?

niedzwiedzicho avatar Aug 24 '18 12:08 niedzwiedzicho

after update to latest php-spo version I have: Error: Could not resolve host: login.altaterra.eu

user and link creation is still the same

niedzwiedzicho avatar Aug 24 '18 12:08 niedzwiedzicho