Blogs tagged access token
-
As a developer you may have the need to authenticate to applications hosted in SAP Business Technology Platform (SAP BTP) from 3rd party apps. This can be accomplished using the JWT Bearer Token exchange in SAP Cloud Identity Services (IAS). In... Read More »0Comments5Likes -
1. Introduction In this blog, we will learn, how to generate Access Token Via REST API with Body of type Form using ABSL Code in SAP Cloud Application Studio. We will at first show how we can do the same using Postman and afterwards go to the... Read More »4Comments3Likes -
Introduction In this blog, we will learn how to create RestAPI role services from SAP Commissions Portal to authenticate Auth Token, please follow below steps to configure Part 1: How to create RestAPI role from SAP Commissions Portal Part 2: ... Read More »0Comments3Likes -
This trick may seem simple but it is not for that reason unhelpful. Before going on check the following blogs for more help: oAuth using session: https://blogs.sap.com/2017/07/06/handling-csrf-tokens-in-sap-cloud-platform-integration/ oAuth... Read More »0Comments2Likes -
David Halsband posted on January 23, 2017There are different ways how to authenticate within a REST call in Process Integration. Especially when calling a REST API it is more and more common to use OAuth 2.0. Unfortunately the standard REST adapter so far only supports some types of OAuth... Read More »29Comments9Likes -
find your Yaas client id here: and client id and client secret could be found here: This will be used as tenant id: Now you can get OAuth token here: scope = hybris.document_view hybris.document_manage hybris.tenant=wishlistjerry Then we can... Read More »0Comments1Like -
这篇blog介绍了CRM7.0 EHP3里Social media(Facebook,Twitter,新浪微博)和CRM集成的实现。在实现里,我们创建了我们自己的新浪微博应用,从而能够调用新浪微博public API。调用API需要指定access... Read More »1Comment1Like