vgrem / Office365-REST-Python-Client

Microsoft 365 & Microsoft Graph Library for Python
MIT License
1.29k stars 332 forks source link

Sharepoint server 2013 authentication #458

Open wennaspeedy opened 2 years ago

wennaspeedy commented 2 years ago

We have old company's shp server 2013. There is no sites (but urls like : http://share.****.com/projects/)

Iam getting this error while trying to connect:

ValueError: Cannot get binary security token for from https://login.microsoftonline.com/extSTS.srf

It seems our server needs the authentication directly on this server not via login.microsoftonline.com .

It is possible to connect and do some request with this library?

neerajagarwal041 commented 2 years ago

Any update on this issue ? we are also having same issue.

wennaspeedy commented 2 years ago

I can't remember but I think I don't. I am using own client.

simonfelding commented 1 year ago

would also love this