cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring SSO

Former Member
0 Kudos

Hi,is it possible to configure SSO only for abap stack?In our scenario we dont have java stack.so we need to configure sso in abap stack.is it possible?what are the steps to configuring the SSO? 

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear Chandra

Your requirement is not clear. Are you planning to implement SSO between two ABAP stacks? How these ABAP systems are expected to communicate?

Thanks

Tapan

Former Member
0 Kudos

Yes tapan

Former Member
0 Kudos

Dear Chandra

You need to execute below steps:

1. Logon to the source system

2. Call transaction STRUSTSSO2

3. Double-click on the entry in the owner field to populate the Certificate box

4. Click the export certificate button in the Certificate box and save file locally

5. Logon to the target system

6. Call transaction STRUSTSSO2

7. Click the import certificate button Certificate box and load file from step 4

8. Click Add to Certificate List & Save

9. Confirm by calling transaction SSO2, entering RFC destination to source and confirming all lights are green

I hope this will help you.

Tapan

Former Member
0 Kudos

Could you please explain the scenario in little more detail? am not sure why ssl certificates are coming in picture here?

Thanks,

Dev

premsukh_bishnoi
Contributor
0 Kudos

Hello,

  1. Call transaction STRUST (Trust Manager). In the left frame you find a tree
         control. Check that a node “SSL Server” is displayed. If not, the library SAPCRYPTOLIB      is not available in the system. Ensure that you have patchlevel 12      or higher of the library installed.
  2. Configure and create the certificate and download it. Please sign it via central authority.
  3. upload the ROOT certificate of signing authirity.
  4. Once you get response from CA, then please upload signed response in SSL Client node.

http://help.sap.com/saphelp_nwpi711/helpdata/en/8d/903d41b77ba52fe10000000a155106/content.htm

Regards, Premsukh

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Check below link for more information:

http://scn.sap.com/thread/3231649

Thanks

Sunny