cancel
Showing results for 
Search instead for 
Did you mean: 

Userid and password transfer to SSO screen

Former Member
0 Kudos

Hello,

I have Web Dynpro application which is able to login to SAP R/3 with RFC. On login it goes to the page which has a LinktoURL to the following http://<servername>:<port>/sap/bc/gui/sap/its/pz11_pdf.

But on navigating to the above address it comes up with the Standard SAP SSO Login screen where in the Username has "via popup" and passowrd "via popup". What I would like is not to see this screen by passing the parameters to it.

Is this possible, if yes please explain.

The reason behind to this indirect way is bcos the popup that comes up (is the standard Window's) has the possibility to save the password and that option is not that we desire.

Any ideas?

Many thanks,

Dharmi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi.

If you are using SSO to the portal server, i.e. you don't have to log in to the portal, you would have to set up som trust relations between the service authenticating your user and the portal.

I think that you would have to set up the same trust between the AD/TAM/whatever and your its server.

One way could be to fetch the pdf on the serverside.

(try this blog: /people/bertram.ganz/blog/2007/05/25/new-web-dynpro-java-tutorials--uploading-and-downloading-files-in-sap-netweaver-70)

You could also try an create a transaction-iview in the portal, and navigate to that iview.

(http://help.sap.com/saphelp_nw04/helpdata/en/88/266a3e54a2e946e10000000a114084/content.htm)

Former Member
0 Kudos

Hello Mikael,

Thank you for your prompt reply. Yes, the portal is SSO enabled. The portal is EP 6.0 SP19 running on WAS 6.40 and after the recent upgrade of the HR (ESS/MSS package),it is not possbile to get the ITS login page and then work on the ITS travel Managment transaction of SAP.

The pdf mentined in the link is not actually the "PDF" but it is some ITS transaction in R/3. Can you please provide input on the following:

1. Is it possible not to have the standard SSO screen on calling this transaction? If not, is it possible to change the "via popup" parameter that comes with the username and password!

2. I don''t mint the user login with that SSO screen but not via popup!

3. If the disabling of "via pop-up" is not possible, a possiblity to disable the option of "saving the password"!

4. If not 1 to 3 options then how to transfer the user id and password to the SSO screen?

Regards,

Dharmi

Former Member
0 Kudos

Just to figure out what is happening.

Install some plugin for reading cookies in your internet explorer.

Examine if you have correct sets of cookies (MYSAPSSO or MYSAPSSO2).

Compare between the portal and the ITS page.

Usually there could be problems if one server creating the cookies are on a different domain than some other server trying to read the cookie.

Make sure they are on the same domain, internet explorer would not send any cookie info to the "wrong" server.

If the problem is servers with different names or on different subdomains, try have a look at the "relax domain" concept.

Here is general info on ITS and SSO:

http://help.sap.com/saphelp_nw04s/helpdata/en/44/630ba9b4964ddee10000000a1553f7/frameset.htm

There could also be problems with SSO when the server is on the correct domain but only with an alias.