
To configure the portal to issue logon tickets for multiple domains, you must define the servers with receiver software in the User Management Engine (UME) property ume.login.mdc.hosts . This solution is only available with the portal. You cannot use it with a SAP NetWeaver Application Server Java (AS Java) without a SAP NetWeaver Portal installation.
We strongly recommend that you use the Secure Sockets Layer protocol (SSL) for all communication between Web browsers and servers to ensure data is exchanged securely.
On the portal server where users log on first, do the following:
For more information about editing UMEproperties, see Editing UME Properties . Enter a comma-separated list of host URLs for the servers with receiver software in the additional domains. You do not need to enter the host URL for the portal that the user accesses initially.
Each item in the list has the following syntax:
[protocol://]host[:port][path]
| Ticket-issuing server | Path to use |
|---|---|
|
Portal server |
Do not specify a path. If the path is not specified, the default path is/irj/servlet/prt/portal/prtroot /com.sap.portal.usermanagement.admin.mdc |
|
A Web server with the Web server filter for logon tickets installed |
/irj/servlet/prt/portal/prtroot /com.sap.portal.usermanagement.admin.mdc |
|
A server with custom receiver software |
Path to the custom receiver software, for example/sendSSO2Cookie.asp |
The user receives an additional logon ticket for each of the domains of the servers listed in ume.login.mdc.hosts . These logon tickets are all digitally signed with the public key of the portal server on which you set the property. The tickets are stored as cookies in the user's browser and are sent with each request to the corresponding domain.
As a next step, all systems that are to be accessed using Single Sign-On (SSO) with logon tickets must be configured to accept logon tickets issued by the portal on which you set the property ume.login.mdc.hosts . For more information about setting up SSO between systems, see User Authentication and Single Sign-On .
You want the logon ticket to be issued for three additional domains:
The value of the UME property is as follows:
ume.login.mdc.hosts=http://host1.domain1.net,host2.domain2.net/irj/servlet/prt/portal/prtroot/com.sap.portal.usermanagement.admin.mdc,host3.domain3.net/sendSSO2Cookie.asp