Skip to Content
0
Former Member
Jul 18, 2008 at 02:52 PM

Custom Login Module, LM Stack ignored

68 Views

Moderator's note: This is a question split from another thread:

###############################################

Maybe someone with LoginModuleStack knowledge can give us a hand 😊

Another issue (which is isolated from the other question) we have is that somehow the defined Login Module Stack for the J2EE app

doesn't get called when there exits already a MYSAPSSO2 cookie in the session.

The Login Module Stack looks like this:

Custom Login Module Position 1 Required (also tested with optional & requisite)

CreateTicketLoginModule Position 2 Sufficient (also tested with optional)

So if we call the J2EE web app with no existing MYSAPSSO2 cookie (e.g. open in new browser window), everything

works fine and the defined login module stack is run through.

If we call the app with existing MYSAPSSO2 cookie (e.g. open in same browser window after logout of previous app),

the login module stack is ignored and it seems that the EvaluateTicketLoginModule is called straight away, despite not being defined in the stack.

What could be the problem and how can this be solved?

Signed with greetings and a happy weekend on behalf of Minh-Duc Truong,

Your,

Julius

Edited by: Minh-Duc Truong on Jul 18, 2008 4:52 PM

Edited by: Julius Bussche on Jul 18, 2008 7:29 PM