Open
Description
MSAL client type
Confidential
Problem Statement
Currently, authenticating a service principal with certificate only supports plain-text certificate string as private_key
:
microsoft-authentication-library-for-python/msal/application.py
Lines 213 to 224 in 52b1fc5
Proposed solution
It would be helpful to allow reading certificate from Windows certificate store.