cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing SSO in SAPUI5 application

Former Member
0 Kudos

Hi experts,

I need your help, once again

I have a SAPUI5 application residing on HANA system. I would like to implement single sign on on it, like for the portal page so users do not need to enter their credentials. I looked at tons of tutorials online but did not find what I am looking for.

Step by step guide would be nice as I am new to it. Places where I need to add the code to receive the token into the app maybe? (Kerberos token do exist in SAP secure Login Client). Thanks in advance

Regards,

Hubert

Accepted Solutions (0)

Answers (2)

Answers (2)

michael_kozlowski
Active Contributor
0 Kudos

Maybe OAuth 2.0 Server will working for you.

former_member206787
Participant
0 Kudos

Hi Michael,

We have an Ui5 app on HCP and want to it be accessed anybody withoit login.

But we want user to login to do certain operation .

Just like scn , we want to open a dialog when user clicks on login button and dialog comtains ID service page.

Any idea how to do this ?

Regards,

Pranjal

Former Member
0 Kudos

Hi Pranjal,

You can add SAML authentication to your UI5 app by adding

"authenticationMethod": "saml" in your neo-app.json

Application Descriptor File

Then the authentication is going to be handle by the configured IDP in your HCP account(see Trust page).

Best regards,

Radost

former_member206787
Participant
0 Kudos

Hi ,

Here this will do

Regards,

Pranjal