Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Services (http://www.velocityreviews.com/forums/f64-asp-net-web-services.html)
-   -   webservice security. (http://www.velocityreviews.com/forums/t783034-webservice-security.html)

Fabiano 05-03-2004 07:50 PM

webservice security.
 
Please,

what's the best way to implement webservice security. My needs are:

Just some external systems or users can access a specific webservice or
better, a specific method. Is there a way i can implement something like
that, using native .net resources or i need to implement one myself?

Tks in adv.

Fabiano



Jan Tielens 05-04-2004 04:56 AM

Re: webservice security.
 
You can use the security features of IIS. For example you can use integrated
windows security if you remote users have a network account. Once a user is
authenticated you can do some authorization (check if the user is allowed to
do that).

Here are some articles:
http://msdn.microsoft.com/library/de...cnetlpMSDN.asp

http://msdn.microsoft.com/library/de...horization.asp

--
Greetz,
Jan
________________________
Read my weblog: http://weblogs.asp.net/jan

"Fabiano" <a@a.com.br> schreef in bericht
news:%23lkupgUMEHA.1556@TK2MSFTNGP10.phx.gbl...
> Please,
>
> what's the best way to implement webservice security. My needs are:
>
> Just some external systems or users can access a specific webservice or
> better, a specific method. Is there a way i can implement something like
> that, using native .net resources or i need to implement one myself?
>
> Tks in adv.
>
> Fabiano
>
>





All times are GMT. The time now is 06:55 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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