The authorization grant type is not supported by the authorization server. #547
Replies: 2 comments 4 replies
-
Word was they were imminently going to disable v2 tokens. That may be what happened here.
…Sent from my iPhone
On Mar 21, 2022, at 9:33 PM, slk1107 ***@***.***> wrote:
The Api is broken:
URL: https://owner-api.teslamotors.com/oauth/token
Method: POST
Header: Bearer {access token from Step 2}
BODY:
"grant_type": "urn:ietf:params:oauth:grant-type:jwt-bearer"
"client_id": "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef2106796384"
"client_secret": "c7257eb71a564034f9419ee651c7d0e5f7aa6bfbd18bafb5c5c033b093bb2fa3"
Response:
{
"error": "unsupported_grant_type",
"error_description": "The authorization grant type is not supported by the authorization server."
}
Has anyone encounter the same problem?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
slk1107
-
Check this issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Api is broken:
URL: https://owner-api.teslamotors.com/oauth/token
Method: POST
Header: Bearer {access token from Step 3}
BODY:
"grant_type": "urn:ietf:params:oauth:grant-type:jwt-bearer"
"client_id": "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef2106796384"
"client_secret": "c7257eb71a564034f9419ee651c7d0e5f7aa6bfbd18bafb5c5c033b093bb2fa3"
Response:
{
"error": "unsupported_grant_type",
"error_description": "The authorization grant type is not supported by the authorization server."
}
Has anyone encounter the same problem?
Beta Was this translation helpful? Give feedback.
All reactions