cancel
Showing results for 
Search instead for 
Did you mean: 

UME Logout API

Former Member
0 Kudos

Hello everybody,

I'm dealing with SAML2.0 on Netweaver 7.3 AS Java. The goal is to terminate user session when Single Logout is initiated.

I'm trying to use UserAccountListener to catch logout event, but receive a behavior like in this thread /message/8049813#8049813 [original link is broken]

This listener catches add and remove user account events, but for some reason doesn't catch the logout event or probably the logout event just don't fired. To initiate logout I use forceUserLogout method and also tried to "Log Off" on Netweaver administrator page. UME session is terminated, but event is not fired/caught.

Thanks in advance!

Andrei

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182254
Active Participant
0 Kudos

Hi Andrei,

Does the problem occurs only when SAML 2.0 is used? Is the NW 7.3 system a service provider (SP) or an identity provider (IdP)? Is the Single Logout (SLO) SP-initiated or IdP-initiated?

Regards,

Dimitar

Former Member
0 Kudos

Hi Dimitar,

It seems the problem is not related to the SAML SLO. I tried it with different scenarios:

-On a system with IdP;

-On a system with SP;

-On a system without enabled SAML.

And the scenario is always same - logout is completed successfully, but the logout event wasn't caught by the listener.

Thanks,

Andrei