Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > WCF vs Web Service Security

Reply
Thread Tools

WCF vs Web Service Security

 
 
BeerBoy
Guest
Posts: n/a
 
      10-28-2008

In the past I have developed a web services application where each
service authenticated a user by examining a token. It worked like
this :

A user calls a 'login' web service - this web service looks up the
supplied username and password, if they are valid it creates a token
by encrypting the username and a timestamp, it passes back the
timestamp and the encrypted token.

Now, every other call to any of the web services need to pass this
timestamp and the encrypted token and the username. The web service
will generate a new token from the timestamp and username it will
compare this token with the one passed, if they match (and the
timestamp has not expired of course) then the web service will
continue with execution.

Now, my questions are this:

I am now developing a similar WCF solution but I don't know what this
type of security is called. I also was wondering what is built into
WCF in order to help me do this, if anything ?

There seems to be a load of binding and security options but the
documentantation all seems a bit abstract to me.

I would be grateful if anyone could explain them to me in simple
terms.

Thanks in advance
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between Ajax Enabled WCF service and regular WCF? Cindy Lee ASP .Net 1 03-19-2010 05:59 PM
AJAX enabled WCF Service Vs Standard WCF Service Simon ASP .Net 0 10-13-2009 09:13 AM
Ajax calls web service in wcf(windows service) Billy Zhang ASP .Net 7 07-31-2008 07:37 AM
Web Service versus WCF Service (and Books) kellygreer1 ASP .Net Web Services 1 11-09-2007 12:54 AM
SOAP Header in a Dot Net 2.0 Web Service Client Consuming a WCF 3.0 service. Curt K ASP .Net Web Services 3 06-15-2007 10:19 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57