We have a need to interact with ServiceNow via the Table API REST service.
In ServiceNow I've created an Oauth Client, and using the client_id and client_secret I'm able to get a token based on the username en ServiceNow password via https://<instanc...