[BUG] OpenTelemetry keeps tracking response code 400 for /metadata/identity/oauth2/token #48541
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.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Library name and version
Azure.Identity 1.13.2
Describe the bug
Hi,
We are using Azure.Identity in our dotnet core apps runnig in AKS to authenticate to various Azure Services. In general everything works but we are seeing a lot of errors with response_code=400 for /metadata/identity/oauth2/token
We were using DefaultAzureCredentials but we have resigned in favor of using a direct ManagedIdentityCredential (#48270)
We are mixing together two different identities, maybe that's a reason?
)
Expected behavior
no 400 errors in our monitoring
Actual behavior
a lot of 400 calls, even though authentication seems to be working just fine
Reproduction Steps
.
Environment
No response
The text was updated successfully, but these errors were encountered: