Can't get OAUTH working on ORDS version 24.4.0.r3451601
I installed I installed oracle REST Data Services 24.4.0.r3451601 and configured a table to be queried via ORDS and that works. I then wanted to add security and configured OAUTH and set the security.verifySSL false but now when I try to query a token
http://localhost:8080/ords/whitaker/oauth/token
The service returns a 400 Bad Request with a message of {"error": "invalid scope", "error_description": "Not authorized to access the requested score or scopes"}
I am using postman to make the request:
Auth tab I set Username and Password to client_identifier and secret_identifier as well as set body key grant_type to client_credentials .