cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to configure. SAP BTP Destination to generate Successfactors LMS OAuth token?

suchendra_kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
408

I am working on a small POC to make a simple OData API call through BTP application.  The call to the OData API works fine if i send the below mentioned details programmatically.

{

    "grant_type": "client_credentials",

    "scope": {

        "userId": "",

        "companyId": "",

        "userType": "",

        "resourceType": "learning_public_api"

    },

    "client_id": "",

    "client_secret": ""

}

But when i try to use the destination in the SAP BTP it fails.  

Can anyone help me in this issue.

thanks

Suchendra Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

suchendra_kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Please do find the destination configuration screen shot below.

 

suchendra_kumar_0-1727084997171.png

Thanks

Suchendra Kumar

suchendra_kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
Can you please check the destination configuration and let me know what is the issue