Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Using SSO With 46D Gui Automation

Former Member
0 Kudos

Hello Masters,

I'm Looking For Logon without password (SSO) via Gui Automation (ITOLE.OCX)

Does Someone has any knoledge regarding this ?

I would like to Get Some ideas regarding using Gui Automation (GUI 46d)...

T.I.A

Neer Razinsky

1 REPLY 1

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

In that case you should refer to "SNC" (Secure Network Communications) which is based on GSS API v2 (Generic Security Services).

In general you require an external security product (see SAP note 66687); for sole Windows environments (where server and client are Windows machines and reside in the same Windows domain resp. mutually trusted domains) you can use of the Microsoft SSP (Security Service Provider), namely for NTLM and Kerberos (as of Windows 2000), using a small GSS API wrapper DLL (GSSNTLM.DLL / GSSKRB5.DLL) provided by SAP (see SAP note 352295).

General information on security topics (including Single Sign-On) can be found at http://service.sap.com/security

Regards,

Wolfgang