cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Cloud Platform: Login to UI5 application via url

0 Kudos

Dear Expert,

we have develop a SAPUI5 application and deployed on SAP Cloud Platform. The link of the application is used in a C4C HTML Mashup to embed the application.

We already know that we can use SSO to keep the session between C4C and the application deployed in SAP CP, but the requirement is to log in to the application without SSO and without end user action.

Is this achiavable in any way ?

Thanks and regards,

Diego.

gregorw
Active Contributor
0 Kudos

As the app will be embedded as a Mash-Up into C4C what additional action is currently needed when the user access this app? When you use the same Identity Provider (IdP) there should be no additional login required.

0 Kudos

We are not using the same Identity Provider. The users are created directly via C4C.

gregorw
Active Contributor
0 Kudos

I would suggest that you think about switching to the same Identity Provider. That is the most secure solution without any workarounds.

0 Kudos

Dear Gregor,

i know that but the problem when you use SAP Identity Provider is the language. A lot of companies want to maintain only a couple of language in their C4C and SAP Identity Provider log in page don't provide the language selection.

Accepted Solutions (0)

Answers (2)

Answers (2)

ruben_rollano
Participant
0 Kudos

Hello Diego,

I recommen you to explore the Identify Provisioning service

https://www.sap.com/documents/2015/07/e4803e8e-5b7c-0010-82c7-eda71af511fa.html

And other options of autentification in A2A base in a trust environment:

https://blogs.sap.com/2015/07/16/enable-two-factor-authentication-with-sap-cloud-identity-service/

ruben_rollano
Participant
0 Kudos

Hello Diego,

If you aren't using the same IdP the default behaviour is to sing is in the SAPUI5 app. You don't have to do anyhinng to achieve that.

Best regards.

0 Kudos

Dear Ruben,

Thanks for the answer, but the end user don't have the credentials to sing in the SAPUI5 app. This part should be done via script or something similar