Hi,
I tried to run the following request using Postman:
https://<IP appliance>/RSTS/oauth2/token
I used the following parameters:
- grant_type: password
- scope: rsts:sts:primaryproviderid:local
- username: <my username>
- password: <my password>
But I received the following response:
{
"error": "invalid_request",
"error_description": "Access denied.",
"success": false
}
Note: Even though I have an administrator role, it doesn't work.
What am I missing?
Thanks
Eli