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: 

Single Sign On

Former Member
0 Kudos

Hi Experts,

Currently i am using mySAP 4.6c on Windows Platform and i would like to know can i implement Single Sign on the current version. if yes then please let me know the process and what is prerequisites to implement Single Sign on for the current version.

Regards

1 ACCEPTED SOLUTION

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Assuming that you are referring to SSO for SAPGUI you might want to have a look on <a href="https://service.sap.com/sap/support/notes/352295">SAP Note 352295</a>; that solution can be used when your ABAP application server is running on Windows (and some other constraints, see referenced note). Otherwise you require an external product (see: certified SNC products: http://www.sap.com/partners/directories/SearchSolution.epx > Certification Category: "Secure Network Communication").

6 REPLIES 6

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Assuming that you are referring to SSO for SAPGUI you might want to have a look on <a href="https://service.sap.com/sap/support/notes/352295">SAP Note 352295</a>; that solution can be used when your ABAP application server is running on Windows (and some other constraints, see referenced note). Otherwise you require an external product (see: certified SNC products: http://www.sap.com/partners/directories/SearchSolution.epx > Certification Category: "Secure Network Communication").

0 Kudos

Hi Wolfgang,

Exactly i need SSO for SAPGUI only and i am only windows Platform (User and ABAP Application server) only. I have referred the notes what you referred it bit too technical. Could you please explain me how the architectural setup will be on 4.6c for SSO deployment? How the SAP User master record will talk to Active directory of Windows? How will be the setup? I am running SAP on Windows environment User / Application / Database all on the window platform.

Your reply is really appreciated

Regards

Kishore

0 Kudos

Well, after all it <u>is</u> a technical issue.

And there is existing <a href="http://service.sap.com/~sapidb/011000358700001270931999E/SNCHBEN.PDF">(technical) documentation on SNC</a>.

At a glimpse:

you need to install the (same type of) SNC library on both sides, the client PCs and the application servers, and you need to define a mapping of the SNC name to the ABAP userID (using SU01; after you've enabled the server to use SNC you'll see an additional tabstrip "SNC" where you can enter the data).

Regards, Wolfgang

0 Kudos

Hi Wolfgang,

Thanks for the Reply. This is what exactly i was look some brief Architectural Knowledge. This is possible in version 4.6c with deploying any additional third party tool.

regards

Kishore

0 Kudos

Yes, all you need is provided by SAP. And it works from even older releases ...

Former Member
0 Kudos

Resolved