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

Consume SFSF LMS API in UI5 Application using oAuth/SSO?

amith808403
Participant
0 Likes
691

I am trying to consume SF LMS API in my sap ui5 application using Eclipse development.

I am able to get data using basic authentication , but i can't use same in production environment.I have to do using oAuth/SSO in Production environment.

I have gone through some blogs to create destination using java application , but i need to use sap ui5 to create same .

We don't have SAP WEBIDE/HCP.

I have gone through lot of blogs but not able to solve it?

Accepted Solutions (1)

Accepted Solutions (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Amith,

If you are deploying a Java application that runs your HTML5 application, you could consume an HTTP Destination maintained in the Cloud Cockpit by using the OAuthSAMLBearerAssertion Authentication. Please refer to the following documentation:

https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/df6c1ffd39f0451594d737cf763...

https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/e51e152ceaeb4b75affe5f15c65...

This last one contains information on:

- Eclipse plugin is not able to maintain the destination using this type of authentication. Thus, you have to create it manually and upload it to the cockpit or maintain directly there.

- Example on how to setup the destination to access SFSF Jam. I would expect it to be simmilar in terms of the LMS API.

Best regards,
Ivan

Answers (0)