JonathanHolvey / sharepy

Simple SharePoint authentication for Python
GNU General Public License v3.0
175 stars 52 forks source link

Testers wanted for SharePy v2 #48

Open JonathanHolvey opened 3 years ago

JonathanHolvey commented 3 years ago

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:

pip install --pre sharepy

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:

Changelog

A major refactor of SharePy to provide a standard Requests auth interface.

karimabuseer commented 2 years ago

Hey Jonathan. How's testing going? Happy to join in testing if still helpful.

JonathanHolvey commented 2 years ago

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?

karimabuseer commented 2 years ago

Sure thing. I'll ping off some requests with the the different headers this weekend to identify when each should be used

JonathanHolvey commented 2 years ago

@karimabuseer did you get anywhere with your testing in the end?