Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / May 2006

Tip: Looking for answers? Try searching our database.

WSE with KERBEROS using SPENEGO (negotiation)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Stanislav Dvorak - 31 May 2006 11:22 GMT
WIA .... windows integrated authentication

I've problem i need authenticate connection from a client(CL) to a
webservice(WS)

Between CL and WS is standing WEBSEAL (something like IIS) Webseal has only
one function to authentiace client , it means stops cummunication or pass the
SOAP messages from CL to WS and backward.

Problem is I'm using WSE but kerbeross token is not inserted into a HTTP
header
as required in SPNEGO (or WIA)  but is  inserted into soapm message

I'd to know some way how to migrate token to HTTP header to perform
negotiation
Gaurav Vaish (www.EduJini.IN) - 31 May 2006 20:30 GMT
> I'd to know some way how to migrate token to HTTP header to perform
> negotiation

Before invoking the method from the client, apply the credentials:

WebServiceClass obj = new WebServiceClass();
obj.Credentials = new NetworkCredential(...);

Read the topic of:
   System.Net.NetworkCredential

Signature

Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://webservices.edujini.in
-------------------

Gaurav Vaish (www.EduJini.IN) - 31 May 2006 20:44 GMT
Got one... may be of some good:
   http://www.15seconds.com/issue/040603.htm

Signature

Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
http://webservices.edujini.in
-------------------

>> I'd to know some way how to migrate token to HTTP header to perform
>> negotiation
[quoted text clipped - 6 lines]
> Read the topic of:
>    System.Net.NetworkCredential

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.