Skip to Content
0
Former Member
Apr 27, 2007 at 06:52 AM

Browser logon ticket not accepted from WAS 700.

137 Views

<b><u>Problem:</u></b>

SSO logon not possible.

Browser logon ticket not accepted from WAS 700.

<u><b>Scenario:</b></u>

Situation similar to NOTE 356691 :

Here, it is webBrowser <==> webServer <==> ITS <==> SAP Server

In my case it is:

webBrowser <==> WAS 700(ABAP) <==> SAP ECC Server

The WAS 700(ABap) is configured to create SSO

tickets and the SAPServer is configured to accept.

This webdynpro/Abap calls a webservice at ECC5 SAPServer,

through client proxy.

The client proxy standalone test is successful,

it calls webservice and returns data.

The webdynpro/abap (se80 Test) launches the browser and in the

process asks for user name and password for authentication.

(Screen 1)

Once, the user and password are given,

it says SSO is not possible(Screen 2) and asks us to keyin

username and password to be sent in plain text

After keying in the user name and password,

no data shows up. There were no backend errors.

The browser complains:

1. No switch to HTTPS occurred,

so it is not secure to send a password

2. SSO logon not possible; browser logon ticket cannot be

accepted: Logon number: ICF_SYSTEM_088

for error 1, Https is not needed,

I think as it is intranet and also webdynpro test.

Eventually, the webdynpro/Abap will be hosted inside

the Enterprise Portal, so, the

logon ticket will take care of the authentication

between portal and webdynpro/abap.

Setups:

Login/create_sso2_ticket=1 is set at WAS/Abap700.

Login/accept_sso2_ticket=1 is set at SAPServer(ECC5).

The SSO2 transaction test is successful from ECC5

to WAS/abap700.

HOW TO MAKE THIS WORK? Please give some tip(s).