cancel
Showing results for 
Search instead for 
Did you mean: 

SSO - LogOff - Session invalidate

Former Member
0 Kudos

HI Experts,

We have integrated SAP Sourcing (its Java stack) into SAP Portal and have set up SSO.

We have noticed that on LogOff from Portal, the Sourcing session doesn't get invalidated. If I use the same browser session and login again into portal with a different user, the previous session from Sourcing still shows up.

When I open Portal in a new browser session, we don't face this issue. But I suspect, the sourcing session is still alive and I want to be able to invalidate this.

In ABAP systems, we do this to enable backend session invalidation.

Activate this on ABAP SICF - /sap/public/bc/icf/logoff

And Enable this property: " ABAP Security Sessions Enabled " set to " Yes "

What are the equivalent steps in Java Stack?

How do I logoff from Sourcing when I logoff from Portal? Your suggestions are greatly appreciated.

Thanks,

Reshma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Reshma,

If you will implement note
1885476, the DSM application will send termination to the application in that
way:

  1. When
    navigating away -> request to the application with
    sapsessioncommand=USR_ABORT
  2. When
    closing the window or refreshing it -> request to the application with
    sapsessioncommand=USR_ABORT
  3. When
    logging off from the portal -> request to the application with
    sapsessioncommand=USR_LOGOFF if you will not set the property
    "ABSP security sessions" on the system and request to the system
    where the application is located with suffix /icf/logoff.

Best regards,

Etay