former_member584846
Explorer
Member since ‎2018 May 22

User Statistics

  • 9 Posts
  • 1 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

Hi All, In SAPUI5 application I am consuming REST services exposed from MS Azure and protected by Oauth2. This is how it works in Postman URL: https://login.microsoftonline.com/{tennant}/oauth2/token and POST body as form-data: Grant...
Hello All I have encountered the problem while running my SAPUI5 application from Fiori Launchpad. I have checked all resources I could find, but didn't find the resolution. So here is the situation: 1. Launchpad is set up on on premise abap syst...
Hello All, I have to map response that comes from REST webservice, and is in JSON form. it looks like this: [ { "code": "AAAAAAAAAAAAA", "name": "AAAAAAAAAAAAA" }, { "code": "BBBBBBBBBBBBB", "name": "BBBBBBBBBBBBB" } ] Webservice does not allo...
Hello All I'm trying to get data from REST webservice with Oauth2.0 authorization using CPI-DS. Unfortunately I can't get proper settings for authorization - datastore does not pass neither client_id nor token with the request. I was able to pu...