Introduction: The purpose of this document is to develop a synchronous interface to download content from Open Text Content Server (OTCS) using REST API. I have tried to cover the overall design with code snippets for reference. Scope: Overall Design: Solution Flow: Rest API consumed from Open Text Content Server (OTCS): In Content-Type: multipart/form-data, credentials […]
SAP PO
SAP CPI – End to End VAT integration using OAuth 2.0 with client credentials grant to generate Access token authentication
When we are doing integration between Cloud – Cloud and Cloud to On-Premise, then we have multiple types of Authentication to access the API’s. User Credentials: User Id and Password OAuth 2.0 Credentials: Client secure url, Client ID , Client Secret and Scope OAuth 2.0 Authorization Code: Atheization URL, Token URL , Client ID, Client […]