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

AuthenticationContext.with_client_certificate cannot work with in-memory certificates

Open rbubley opened this issue 3 years ago • 0 comments

AuthenticationContext.with_client_certificate reads in a certificate from a path (cert_path). This is fine if you have a filesystem, but is hard to use if you don't.

It would be good to be able to give the private_key as a string as an alternative to it being read from a file.

rbubley avatar Sep 14 '22 09:09 rbubley