I am trying to use NCo 2.0 for C# .Net application with Web Service and C# Web UI.
My Users are in AD domain and need to authenticate on IIS via AD (Integrated NTLM)
I need to implement single sign on for SAP integrated application.
As per NCo documentation: I need to set-up trust relationship between IIS and SAP, use this trusted user (DOMAIN\IUSR_SAPPOOL) and send active directory id as external id in connection string. All transaction should run with external user id context.
Can someone help me with following question.
1. Does NTLM trust relationship / authentication on SAP running on AIX? or Do I have to setup kerberos authetication?
2. What SNC library needed for SAP (AIX instance)?
3. How can I configure NTLM authentication on SAP (AIX instance) The NCo 2.0 documents only explains SAP (MS instance) configuration.
What option do I have to get Single Sign On working?
Any help is highly appreciated.
Regards and Thank you in advance.
> 1. Does NTLM trust relationship / authentication on
> SAP running on AIX? or Do I have to setup kerberos
> authetication?
You can use any SNC provider to establish the trusted connection, e.g. Secude. You can also use Kerberos, which is the easiest way on the NT/IIS side (use gsskerb5.dll), but might complicate it on AIX. Using another SNC migh make it complicated on NT/IIS, because you need to authenticate the IUSR_SAPPOOL user somehow automatically on your SNC provider.
> 2. What SNC library needed for SAP (AIX instance)?
Depends on the SNC provider you choose.
> 3. How can I configure NTLM authentication on SAP
> (AIX instance) The NCo 2.0 documents only explains
> SAP (MS instance) configuration.
AIX would not authenticate the user. The user is authenticated by IIS. Then the user ID is just transfered to AIX. The AIX server needs to believe that IIS did authenticate him correctly. Therefore this is called "trusted connection".
Add a comment