Skip to main content

I am testing 'JWT authorization flow' but getting error
"errorCode": "OAU-250",

"message": "Unsupported grant type"

using : https://platform.devtest.ringcentral.com/restapi/oauth/token

1700575856403.png


1700576037796.png

I don't want to use SDK as I will deploy on MS-SQL Server.

Can you double check the grant type of your app to see if it is JWT auth flow? Or let me know the app client id.


tried on Powershell too
1700579742176.png


App client Id: avDmFoV208obAVOTmKzqMu

Auth flow is JWT only


So working Powersell Code to get the access token using JWT is

1700589246521.png


DO NOT pass 'body' as below

1700589314976.png


same for Postman looks like

1700589378348.png


Reply