Connecting Tech Pros Worldwide Help | Site Map

NTLM to Kerberos

Newbie
 
Join Date: Oct 2008
Posts: 1
#1: Oct 24 '08
Hello,

We have an ASP.NET application that needs to connect to a Netweaver (SAP) application (which runs on Windows). Users first log into ASP.NET application (NTLM) and we need to be able to give them access to the Netweaver application which runs on a different machine and uses a different authentication protocol (KERBEROS). Is there anyway we can turn the NTLM authentication into KERBEROS through code, ie, C# so we can provide the user with SSO functionalities?

Any suggestions would help!

Many thanks.
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Oct 24 '08

re: NTLM to Kerberos


I believe I needed to do something similar once with LDAP to overcome a 'double hop' situation. I choose the easy way out and opted to enable digest authentication sending clear text. Only an option you would want to consider if security isn't a concern.
Reply


Similar .NET Framework bytes