cancel
Showing results for 
Search instead for 
Did you mean: 

EP integration: How to prune away authentication screen to WAS?

Former Member
0 Kudos

Hallo,

I'm trying to integrate my BSP application in EP 6.0. I created iView with my BSP from iView template for BSP. But when accessing this iView, there appears IE window which requests authentication to SAP WAS. Do anybody know how to prune away this authentication screen?

Best regards,

Josef Motl

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For avoiding the user authentication screen from WAS,you can have 2 options,

1)UID/Password

2)SAP Logon Tickets

For Logon method using UID/PASSOWRD you have to do user mapping by providing userid/password of a valid user mapped to the backend system (WAS) ,after enabling SSO by setting the parameters in RZ10 as explained earlier.

The other method can be using SAP logon tickets,this avoids hardcoding or using a single user for connection.For this you have to export the certificates from your EP and include in your WAS.

So,you can choose the method that suits you,using User mapping using UID/PASSWORD is relatively simple .

Hope this helps,

Regards,

Ravikiran.

Message was edited by: Ravikiran C

Former Member
0 Kudos

Hi,

thank you for all of responses. The authentication screen doesnt appear on many of computers now, but remain on mine:) I think this can be pruned away by setting IE. Has anybody an idea?

Best regards,

Josef

Former Member
0 Kudos

Hi Josef,

Try to open your portal like this:

http://<host>.<domain>:<port>/irj/portal with FQDN.

If this doesn't help pls revert back.

Regards,

Ravikiran.

Message was edited by: Ravikiran C

Former Member
0 Kudos

Hi Ravikiran,

I'm always opening portal as you described.

Regards,

Josef

Former Member
0 Kudos

Hi Josef,

What are the version and service pack of th IE installed in your system. Mine is IE 6.0 with SP1 and it works fine with me.

Regards,

Ravikiran.

Former Member
0 Kudos

Hi Ravikiran,

I have installed IE 6.0 with SP2.

Regards,

Josef

athavanraja
Active Contributor
0 Kudos

my question may look silly.

are you sure that the authentication pop up is for SAP system? or for proxy?

may be its proxy and you may need to exclude your WAS domain from "do not use proxy server for ..." in your IE settings.

Regards

Raja

Former Member
0 Kudos

Hi Raja,

Yes, I'm sure that the autentication pop up is for WAS.

Regards,

Josef

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please go through the document which describes step by step approach to enabling SSO from EP to otherSAP systems.

<a href="/people/dennis.kleymeonov/blog/2005/09/15/connecting-sap-systems-to-enterprise-portal-with-sso ">/people/dennis.kleymeonov/blog/2005/09/15/connecting-sap-systems-to-enterprise-portal-with-sso</a>

Regards,

Siddhartha

Former Member
0 Kudos

Hi Josef,

Firstly you need to do user mapping in EP.

Secondly, you need to enable SSO for your BSP applications to avoid the authentication screen.

Follow this steps:

1.Run RZ10 transaction.

2.Add the following parameters:

login/accept_sso2_ticket 1

login/create_sso2_ticket 1

login/ticket_expiration_time Default = 60 hours

3.Then Restart your server.

Then in the transaction SSO2 check whether logon tickets are accepted..

You can run sso2test.htm in your system BSP application whether SSO2 is enabled or not.

Hope this helps,

Regards,

Ravikiran.

athavanraja
Active Contributor
0 Kudos

<i>Firstly you need to do user mapping in EP.</i>

it depends.

if the logon method is thru logon tickets you dont need this.

Regards

Raja

athavanraja
Active Contributor
0 Kudos

in portal system definition for the back end system,

WAS host, (with FQDN)

WAS path &

WAS protocol has to be maintained. and also portal certificate needs to be installed in the BACK end system.

check with portal system admin guys whether the SSO for the back end system is configured.

if everything is done and you still get this pop up check out the URL used for logging on to portal , you should use url with FQDN

Regards

Raja