[Identity] Include SHA256 thumbprint for CertificateCredential - #44990
[Identity] Include SHA256 thumbprint for CertificateCredential#44990Paul Van Eck (pvaneck) wants to merge 1 commit into
Conversation
cad1814 to
571c973
Compare
When passing in `client_credential` information, we should ensure that MSAL gets the SHA256 thumbprint. Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
571c973 to
537166b
Compare
|
Hi Paul Van Eck (@pvaneck). Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
|
Hi Paul Van Eck (@pvaneck). Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing |
When passing in
client_credentialinformation to the MSALConfidentialClientApplication, we should ensure that MSAL gets the SHA256 thumbprint.Depends on: AzureAD/microsoft-authentication-library-for-python#873