Call Resource Owner Password API

Hello, everyone
An error occurred when I called the Resource Owner Password interface. Can you help me?
thank you.
Details are as follows:
curl --request POST
–url ‘https://YOUR_DOMAIN/oauth/token’
–header ‘content-type: application/x-www-form-urlencoded’
–data ‘grant_type=password&username=USERNAME&password=PASSWORD&audience=API_IDENTIFIER&scope=SCOPE&client_id=YOUR_CLIENT_ID&client_secret=YOUR_CLIENT_SECRET’
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 297 100 107 100 190 40 71 0:00:02 0:00:02 --:–:-- 75{“error”:“server_error”,“error_description”:“Authorization server not configured with default connection.”}

This issue has been solved, Please refer to:Using the Request Owner Password Endpoint on a new dev account - #4 by Carlos_Mostek

1 Like

Thanks a lot for sharing that with the rest of community!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.