cancel
Showing results for 
Search instead for 
Did you mean: 

How can we skip SAP WAS logon window

Former Member
0 Kudos

Hi All,

I have a question regarding web dynpro application.

When we run web dynpro application, a window is always open for logon to 'SAP Web Application Server'

and a very next window is opening for logon to SAP server.

I want to know that how can we skip by both this windows.

Regards,

Narendra

Accepted Solutions (0)

Answers (1)

Answers (1)

ik69
Participant
0 Kudos

Hi Narendra,

you need to maintain the logon data in SICF for your service:

Should be available under /default_host/sap/bc/webdynpro/sap/<WDapp_name>.

On 'Logon Data' tab fill client/user/password and use 'Required with Logon Data' for Procedure.

Security Requirement = Standard.

Regards,

-igor

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi Narendra,

> you need to maintain the logon data in SICF for your service:

> Should be available under /default_host/sap/bc/webdynpro/sap/<WDapp_name>.

> On 'Logon Data' tab fill client/user/password and use 'Required with Logon Data' for Procedure.

> Security Requirement = Standard.

>

> Regards,

> -igor

You have to be careful here, because although technically possible your license agreement with SAP may not cover anonymous access to business applications.

If you really want Single Sign On, then you should consider the use of the NetWeaver Portal or the NetWeaver Business Client. You still logon to the appliation with the appropriate user creditals, it is just done silently from the higher level trusted source.