ClientCertificateCredential doesn't support more than one cert in a file #5978
Labels
Azure.Identity
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Milestone
There is a couple of assumptions within the ClientCertificateCredential implementation being made:
In practice, these assumptions won't always hold. The parsing logic should be resilient to these, and these assumptions should be documented otherwise.
azure-sdk-for-cpp/sdk/identity/azure-identity/src/client_certificate_credential.cpp
Lines 232 to 240 in df6f5c9
The text was updated successfully, but these errors were encountered: