-
Couldn't load subscription status.
- Fork 19
Open
Description
{"error":"invalid_client",
"error_description":"AADSTS7000218: The request body must contain the following parameter: 'client_assertion' or 'client_secret'. Trace ID: 6ee9ec92-6726-422a-85ce-86a1a6502800 Correlation ID: 521b9148-40bc-455a-ace1-c13802e053eb Timestamp: 2024-12-03 13:51:30Z",
"error_codes":[7000218],
"timestamp":"2024-12-03 13:51:30Z",
"trace_id":"6ee9ec92-6726-422a-85ce-86a1a6502800",
"correlation_id":"521b9148-40bc-455a-ace1-c13802e053eb",
"error_uri":"https://login.microsoftonline.com/error?code=7000218"}
TokenMan/tokenman/oauth/poll.py
Lines 55 to 60 in d2189eb
| params = ( | |
| ("grant_type", "urn:ietf:params:oauth:grant-type:device_code"), | |
| ("code", device_code["device_code"]), | |
| ("client_id", client_id), | |
| ("scope", scope), | |
| ) |
Metadata
Metadata
Assignees
Labels
No labels