Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
AuthenticationContext.with_client_certificate cannot work with in-memory certificates
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.