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

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

motiononme1
Participant
0 Likes
3,642

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. 🙂

Accepted Solutions (0)

Answers (5)

Answers (5)

MichaelBuonoGKN
Participant
0 Likes

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...

Mr_Spock
Participant
0 Likes

Hi Cassio,

thanks for answer. Exactly that was the reason.
I used the hash value instead of total secret. Furthermore I had to add string "Basic" at start of value for authorization param.

Regards,

Christoph

CassioFernandes
Explorer
0 Likes

Hi Christoph,

Sorry for misspelling your name in my previous message, and thank you for your confirmation!

Mr_Spock
Participant
0 Likes

Hi Sandeep,

do you have any hint what to do to make it working in Postman?
I have same issue as you in your original posting. Don't know why.

Can you help? Do you remember?

Regards,
Christoph
CassioFernandes
Explorer
0 Likes

Hi Christopher,

Make sure you're using the Newly Generated Client Secret, and not the Client Secret Hash Value, when generating encoded64 string.

Let us know if you're able to generate the token.

Best regards,

brunoambrozio
Participant
0 Likes

Hi Sandeep,

Please, could you share with us how you solved the situation to call the service in the POSTMAN?

By the way, about the CORS issue in UI5, did you create a Destination in SCP for your instance?

Thanks.

Bruno

0 Likes

Hello Sandeep Kumar, we are having the same issue, did you found a solution? thank you very much in advanced.
Ivan

motiononme1
Participant
0 Likes

Hi Ivan,

I was able to call the ODATA API services from Postman Application, but as UI5 application will not take direct ODATA API(Cross-Origin Issue), still figuring out the possibility to consume it in UI5 Application. Assuming might be a Hana DB will required with the intervention of CPI in between, but no luck till now. 😞

Please to update if you find out any other workaround. 🙂

Regards,

Sandeep