Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi XE2 and SPNEGO

Status
Not open for further replies.

Nordlund

Programmer
Jul 17, 2001
458
SE
Im trying to authenticate to a secured webserver which is using SPNEGO.
Does anyone know about code examples components (winsock or Indy addon components) that could help me negotiate with the server?

Im currently use Delphi XE2 and Indy 10 but its there exist other Winsock components that are able to negotiage using SPNEGO just throw a message.



[tt]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do not underestimate the power of [!]Google[/!][/tt]
 
I don't have any specifics, but a good place to start would be the JEDI Windows Security Library. You can access it here.
 
After using Google I found out SPNEGO is the serverside implementation. Im supposed to use Integrated Windows logon using negotiation using Kerberos. (SSPI in this case)
I also found out that Indy have some problems with this and it will not work....

I dont know if this is the truth or not.... :)




[tt]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do not underestimate the power of [!]Google[/!][/tt]
 
Maybe check with Remy Lebeau on SO himself, it seems he created the workitem :)

/Daddy

-----------------------------------------------------
Helping people is my job...
 
I did speak to him about this issue, but i didnt get the answer I was hoping for.
I think I have to search for another way to solve it.

Remy Lebeau said:
Not nativly, no. One would have to read the relevant RFC(s) and then fix
the broken logic in IdAuthenticationSSPI.pas itself. I haven't had any time
to do that myself yet.

--
Remy Lebeau (TeamB)



[tt]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do not underestimate the power of [!]Google[/!][/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top