-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication Failure #112
Comments
Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access |
Thanks and if there is any possibilty to get xlsx data |
i want to get the data from xlsx file without downloading it to local please help me to solve this issue |
I'm also looking for something similar. @Rohith-28 Did you find a way to solve this? |
C:\Users\css130982\Desktop\node\node_modules\node-sp-auth\lib\src\auth\resolvers\OnlineUserCredentials.js:148
throw new Error(securityTokenResponse.toString());
^
Error: <S:Fault>
<S:Code>
<S:Value>S:Sender</S:Value>
<S:Subcode>
<S:Value>wst:FailedAuthentication</S:Value>
</S:Subcode>
</S:Code>
<S:Reason>
<S:Text xml:lang="en-US">Authentication Failure</S:Text>
</S:Reason>
<S:Detail>
<psf:error xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
psf:value0x800434D4</psf:value>
psf:internalerror
psf:code0x800434D4</psf:code>
psf:textAADSTS50076: Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access ''.</psf:text>
</psf:internalerror>
</psf:error>
</S:Detail>
</S:Fault>
at OnlineUserCredentials.postToken (C:\Users\css130982\Desktop\node\node_modules\node-sp-auth\lib\src\auth\resolvers\OnlineUserCredentials.js:148:19)
at C:\Users\css130982\Desktop\node\node_modules\node-sp-auth\lib\src\auth\resolvers\OnlineUserCredentials.js:48:25
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Please help me to solve this error
The text was updated successfully, but these errors were encountered: