2023 Nov 30 1:36 PM
I am using Business Accelerator Hub to test my application with the REST API.
Problem 1:
I have created a test environment and it automatically adds a Authorisation Header of "Bearer undefined"
I subsequently cant test this inline when I click on run
Problem 2:
I have used the generated url for the authentication token in Postman. (https://mysubdomain.authentication.eu10.hana.ondemand.com/oauth/token)
I add my clientid and clientsecret to the body as form-data
I keep getting an error : The subdomain does not map to a valid identity zone.
please help. where / how am I supposed to get the authentication token from ?
is this supposed to be possible from postman ?