cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 connecting to ABAP backend via SSO

former_member548272
Participant
0 Kudos

Hi everyone,

I need to call sap gateway CRUD operations. For this purpose, I went to sicf and configured the sap gateway to use username and password hard coded.

Now, whene I execute from my ui5 a read/create operation no username and password is asked.

But, the requirement is to use SSO and pass the actual username of the user that is trying to do the CRUD operations.

Is there any idea how to achieve tis goal ?

Thanks.

Regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

junwu
Active Contributor
0 Kudos

if your app is with your gw, you don't have to do anything

where is your app deployed?

christian102094
Participant
0 Kudos

Hi,

I've been using Principal Propagation (X.509 certificates) to authenticate to a SAP Gateway server from a SAPUI5 app deployed in SCP, according to this: https://blogs.sap.com/2017/06/22/how-to-guide-principal-propagation-in-an-https-scenario/

Best regards,

Christian T.

architectSAP
Active Contributor
0 Kudos

Hello David,

I described how to achieve Fiori SSO with OpenSSL certificates in these two blogs (this second blog links back to the first):

Enabling on premise Fiori SSO with OpenSSL certificates – Part 2

Best regards

Frank