Using Single Sign-On for Web
Services
You can configure your Web Services (WS) to use the Single Sign-On (SSO) mechanism.
SSO allows users to authenticate themselves once, and then log on to all of those systems that operate in the SSO environment without further intervention.
Currently SSO is supported only with SAP logon tickets.
..
1. Configure the SAP system to accept SAP logon tickets.
For more
information, see
Configuring the J2EE
Engine to Accept Logon Tickets.
2. In the SAP Netweaver Development Studio, configure the transport authentication for the WS:
a. Set the transport protocol to one of the following:
■ HTTP - hypertext transfer protocol
■ HTTPS - hypertext transfer protocol with Secure Socket Layer (SSL)
b. Set the authentication mechanism to HTTP.
c. Enable the use of SAP logon tickets.
For more
information, see
Configuring Transport
Authentication.
3. In the CAF Runtime Configurator, enable SSO for the WS operations you will use.
For more information, see Configuring External Services at Runtime.
Using Logon Tickets
for Single Sign-On