Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

Support for Kerberos authentication?

Open vinayak1986 opened this issue 1 year ago • 0 comments

Hello,

Thanks to the maintainers for this awesome package. I was wondering if there are any plans for integrating Kerberos as an authentication provider for Office365? I had a requirement at work to integrate with a Sharepoint on-premises instance that supports only Kerberos & NTLM authentication methods, and they are leaning towards using Kerberos. I was able to get the codebase to do this by adding Kerberos to the providers module and then by calling it from the sharepoint module. Can I create a PR for this? Thanks again!

vinayak1986 avatar Feb 12 '24 13:02 vinayak1986