-
Notifications
You must be signed in to change notification settings - Fork 15
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
Issue with edu account #6
Comments
Have you tried to use a different |
I read about it on your wiki but I’m unsure on which one to use. Can you provide additional info so I can read and give it a try? |
|
Thanks. Will try and report back |
hello
|
Looking at your logs again, they show an |
Thanks for the tip. I’m running the proxy on my synology ds218+ and docker. I installed the image through the GUI process. EDIT: i had some firewall rules preventing docker access to internet. im testing now with
with
|
The last logs you posted show, that the underlying node-sp-auth library does not receive an expected XML-Response in the script file AdfsHelper.js. The code of node-sp-auth is transpiled, so the line numbers don't match - as far as I can tell, the log entry "at config_1.request.post.then.xmlResponse (/usr/src/app/node_modules/node-sp-auth/lib/src/utils/AdfsHelper.js:28:23)" refers to this line in the source: https://github.com/s-KaiNet/node-sp-auth/blob/4afc20ae845c6d451185cc9f2660ddca0fc3cdf3/src/utils/AdfsHelper.ts#L34 It is possible that for your university OneDrive for Business/Sharepoint was configured in a way that does not allow any of the authentication methods supported by node-sp-auth. Also see s-KaiNet/node-sp-auth#90 for a possible reason. To further investigate the issue, I would suggest to install Node.js locally and try to authenticate with a minimal script using the latest version of node-sp-auth. Unfortunately I don't have the time to investigate this issue further myself. |
Encountered same problem but later found that it's pi-hole blocking the connection somehow. |
Hello
I have an office 365 account with my university. Im not allowed to generate an app password and for account authentication sharepoint takes me first to my university login website (message “Taking you to your organization's sign-in page”). I believe this is a limitation when trying to use the proxy to add the hyper backup task.
Are there any workarounds?
thanks
The text was updated successfully, but these errors were encountered: