cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration severals system ABAP in the Portal (SSO)

Former Member
0 Kudos

Hi, i need configuration severals system ABAP in the Portal, The setp "Security Provider" > "ticket" > "login modules" > "Evaluateticketloginmodule" show only 1 system abap, but need add 3 new system. how??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Eli,

Please find the steps below.

a. Choose Server --> Services --> Security Provider --> Ticket

b. Go to Change Mode, select com.sap.security.core.server.jaas.EvaluateTicketLoginModule, click on Modify button and add the entries as follows:

ume.configuration.active = true

trustedsys<n>= <ABAP SID>, <Prod. Client>

trustediss<n>= CN=<ABAP SID>

trusteddn<n>= CN=<ABAP SID>

Note: If you are adding client 900 and 800 of two backend ABAP systems, you need to create three parameters for each client. It means you have to create 6 parameters as follows.

trustedsys1= XYZ, 800

trustediss1= CN=XYZ

trusteddn1= CN=XYZ

trustedsys1= ABC, 800

trustediss1= CN=ABC

trusteddn1= CN=ABC

Please let me know if you have any further questions.

Good luck

Thanks,

Siva Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

To configure SSO between Portal and multiple ABAP Systems,

You would need to create multiple system objects and system Alias in your portal - one for each ABAP system.

http://wiki.sdn.sap.com/wiki/display/EP/HowtoCreateSystemObjectinthePortalforConnectingtoSAPBackend+Systems

Then, import the portal certificate in the ABAP systems using Tcode STRUSTSSO2

For your query, the following should be helpful.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/aa/bf503e1dac5b46e10000000a114084/content.htm

Hope this helps.

Regards,

Varun