cancel
Showing results for 
Search instead for 
Did you mean: 

Log in / Log out from standalone UI5 application

Sebastian81
Discoverer
0 Kudos

I have build an UI5 application that is deployed to an onpremise SAP System. When I start the application the SAP System automatically asks for a user log on. For the log off from the same application using the SICF knot /sap/public/bc/icf/logoff the system responds with a successful log off page. But when I reload the page the user is still logged on.

How can I provide a "real" log off from the system? It seems that there is somehow a session saved on the server side.

As a side note I cannot see any session in the SM04 after the log in.

Thanks for your help!

gregorw
Active Contributor

Hi Sebastian,

what is used for Authenticating the user? The built in logon or a SSO logon via SAML?

Best Regards
Gregor

former_member799325
Discoverer
0 Kudos

Hi, I have the same issue , Could you resolve it?

thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Sebastian81
Discoverer

Hi everyone,

we solved the problem by adding a http handler and using the system logon option for the applications sicf service.

By starting the application the SAP standard login pops up.

For the logout we call the standard service /sap/public/bc/icf/logoff from application side programmatically.

I hope this helps.

Regards,

Sebastian

Answers (0)