cancel
Showing results for 
Search instead for 
Did you mean: 

Force user to relogin onclick of a specific Fiori tile

former_member203070
Participant

Hi experts,

Requirement: when user logged into Fiori launchpad there would be multiple tile for different applications. What we need to do is ask credential or we can say force the user to relogin while clicking on a specific tile app.

Will it be possible anyhow? Please advice

Accepted Solutions (1)

Accepted Solutions (1)

tamil_arasan
Active Contributor
0 Kudos

Hi,

I don't think so you can do it as Fiori application login is based on Logon tickets between front/backend systems, we can't stop issuing logon ticket for particular application.

You can simply disable the SSO between front-end and backend if you wish user should login manually with backend credentials from launchpad.

Thanks,

Pradeep

Answers (1)

Answers (1)

Colt
Active Contributor

Got this requirement from my customers few times already... Of course, behind a Fiori tile, there can also be a link to another web application, SAML can easily be used to achieve different authentication methods here. For Analytical Apps or Fact Sheets you may want to use the user credentials of your HANA DB account ok.

But for "transactional apps" you are pre-authenticated using the token (MYSAPSSO2) issued from your Front-End Server while establishing the session for your LaunchPad. Once there is a trust between front/backend system, you are in.

Would be a great enhancement if it is possible to implement processing of an alternative and extendable logon stack at this stage. You know, something like it is the case for ICF-Services or within AS Java using the JAAS login modules and flags. Also to combine this with the SSO Authentication Library of SAP SSO 3.0 to have MFA for specific tiles.

Cheers Carsten