Azure Identity raising a TypeError when using ClientSecretCredential #38386
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-author-feedback
Workflow: More information is needed from author to address the issue.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
We are noticing a TypeError being raised within the azure-identity when a customer is trying to add Azure App Registration credentials. We're sending the following as part of the request to the ClientSecretCredential class:
We've tried to reproduce with our own credentials, to no success, and the credentials are accepted by the SDK. We've worked with the customer to ensure they are generating those secret values from the App Registration correctly, and can confirm there is no difference between our own credentials and theirs.
Expected behavior
We would expect no TypeError to be raised, and the credentials to be acquired and returned by the Azure SDK.
Additional context
The text was updated successfully, but these errors were encountered: