AADSTS7000218: The request body must contain the following parameter #22386
Labels
Azure.Identity
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.
no-recent-activity
There has been no recent activity on this issue.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Bug Report
Using basically the same code as #21814, but in cred.GetToken, we are getting:
{
"error": "invalid_client",
"error_description": "AADSTS7000218: The request body must contain the following parameter: 'client_assertion' or 'client_secret'. Trace ID: <...> Correlation ID: <...> Timestamp: 2024-02-14 02:40:29Z",
"error_codes": [
7000218
],
"timestamp": "2024-02-14 02:40:29Z",
"trace_id": "<...>",
"correlation_id": "<...>",
"error_uri": "https://login.microsoftonline.com/error?code=7000218"
}
We have "Allow public client flows" enabled as a Web configured app.
The text was updated successfully, but these errors were encountered: