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: 

Windows Active Directory only ABAP?

Former Member
0 Kudos

Hi experts,

I configure a JAVA system with SSO by kerberos and Active Directory...

Now, i want configure a only ABAP system (in Windows) with Windows Active Directory, is it possible ? Are there any manual or blog?

Thanks in advance,

Regards,

2 REPLIES 2

tim_alsop
Active Contributor
0 Kudos

Victor,

Yes, this is possible and very common.

It is implemented using an interface known as SNC (Secure Network Communications) that is available in SAP ABAP and SAP GUI. You need an SNC library that supports Kerberos, and if you are running SAP ABAP on UNIX you need to get this SNC library from a SAP partner, so there will be additional cost considerations. If your SAP ABAP system is on Windows, then you have the option to use an SNC library from SAP which has basic SSO functionality. Some of the SAP partners provide more than SSO. I work for one of the SAP partners which I am describing.

Also, if you search in this forum for SNC Kerberos keywords you will find many references to this subject.

Thanks,

Tim

Former Member
0 Kudos