You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would need to investigate how, and what kind of extra dependency it would bring (pywin32?).
FWIW, the managed identity support is coming. And I believe the path forward would be stay away from secret and even cert, and use federated by managed identity instead. See the last paragraph of the client_credential parameter for details.
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.
The text was updated successfully, but these errors were encountered: