cancel
Showing results for 
Search instead for 
Did you mean: 

Kill Single sign-on / SSO logoff issue

Former Member
0 Kudos

Hi all,

We have two servers i.e SerA & SerB,

SerA: Is the Work place Sever , In which all the business user authorizations and credentials are maintained.

SerB: Is the Production server, In which all the business transactions will run.

User will login from System A and do all there business transactions in system B.

We have created ITS mobile services i.e ServiceA in serA and ServiceB in serB.

Step1: User logs in ServiceA and redirected to ServiceB using ~redirectURL( With Single sigon )

Step2: ServiceB is calling a Tcode with screens using ~TRANSACTION

Step3: When user clicks logoff Button in the tcode , u2018Leave programu2019 code is executed in ABAP program.

Step4: While Leave program ServiceB calls the serviceA using SICF ( Errorpage->Logoffpage->redirectURL)

Step5: Due to Single Sign on Environment , this automatically Log in service A and redirected to service B.

We want to kill the SSO tickets and prompt the user with logon screen(ser A) every time he logoff(serb).

Both serA & serb have Alternate logon procedure with all default logons.

Thanks in advance , Please Throw some light

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Deepak

Check following PDF link

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10b4069a-9e87-2910-8d9e-9ee7d38e0...

I know this PDF is helpful for you

Also Check this link

http://help.sap.com/saphelp_nw04/helpdata/en/d2/80fa40badbf56fe10000000a1550b0/content.htm

Hope you will resolve your problem

Regards

Ruturaj

Former Member
0 Kudos

Hi,

You can check for the profile parameter login/accept_sso2_ticket in RZ11.

If value of this parameter is 1, then SAP Web AS accepts logon tickets (default value). You can change the value to some other value ('0') and try.

For more info check

http://help.sap.com/saphelp_nw04/helpdata/en/d2/91553b4d53273de10000000a114084/content.htm

Regards,

Dhana