cancel
Showing results for 
Search instead for 
Did you mean: 

How to Connect SuccessFactors LMS with SAP Cloud Platform and Extend the application

motiononme1
Explorer
0 Kudos

We are Trying to generate the Token from the postman as per note 2318897 but even after setting the header parameters and body we are receiving the below message:

=> { "code": "403", "message": "Details are hidden. Check the logs.", "fieldName": null }

1. I have also set the webServicesEnabled=true but still some how we are not able to generate the token.

the 2nd part of issue we are having is how to get this in SAP Cloud Platform.

Any help or hint will be much appreciable. 🙂

View Entire Topic
MichaelBuonoGKN
Participant
0 Kudos

Christoph is right. To obtain the token, the base64-encoded Authorization key should be passed as "Basic" (not "Bearer" yet)

I think there was a typo in the help documentation...