Hi ,
ISSUE : able to access Authorization Management API using postman client but facing issue while consuming same API in Web ide UI5 app.
i generated bearer token using the http destination.
and trying to invoke the groups rest service and getting 401-unauthorized error.
/httpDestinationName/oauth2/apitoken/v1?grant_type=client_credentials
/httpDestinationName/v1/accounts/<account>/groups
The same scenario i tried with postman client and able to get the groups.
https://api.hanatrial.ondemand.com/oauth2/apitoken/v1?grant_type=client_credentials
https://api.hanatrial.ondemand.com/authorization/v1/accounts/ /groups
here i added client id and client secret (obtained from cockpit)in the authorization section as username & password.