Open JonathanHolvey opened 3 years ago
Hey Jonathan. How's testing going? Happy to join in testing if still helpful.
Hi @karimabuseer. I ended up releasing to production without having much input from users, and as a result there are some bugs that have been raised. Perhaps you could try to reproduce the issues described in #49 and #59?
Sure thing. I'll ping off some requests with the the different headers this weekend to identify when each should be used
@karimabuseer did you get anywhere with your testing in the end?
A release of SharePy v2 has been in the works for quite a while, but has been held up due to a lack of testing. This release introduces support for federated authentication, with the
SharePointADFS
auth class, however, I don't have access to an ADFS-enabled site to test it throughly.If you want to help out with testing, please install it using pip:
If you find a bug, please create an issue with
v2
in the title. Be sure to include as much detail as possible in your bug report, including:sharepy.auth.detect('user@example.com')
if you're not sure)Changelog
A major refactor of SharePy to provide a standard Requests auth interface.
sharepy.connect()
auth_tld
argument fromsharepy.connect()
and replaced with anlogin_url
property in auth classessetup.py
script to repository