Re: Web Service and ASP.NET Forms Authentication
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 18 Apr 2006 19:20:00 +0000 (UTC)
Hi Henrik,
FormsAuth relies on cookies - this is very unnatural for web services - you would have to create a login method, the client needs a cookie container (bit of a problem for asp.net) etc...
Well - you could use WSE3 username tokens with SSL or basic authentication with SSL (which are both very similar)
basic auth would be against windows accounts only unless you implement your own basic auth module that authenticates against a custom user store.
WSE3 has the concept of UsernameTokenManagers where you can implement custom authentication but has to be installed on every client
HTH
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Hi,
Is it possible to use ASP.NET Forms Authentication in Web Services?
or should I use WSE 3.0 UserNameTokens?
I have to call the web service from a Web App, a Windows App and a
SmartPhone app.
Thanks
Henrik Skak Pedersen
.
- Follow-Ups:
- Re: Web Service and ASP.NET Forms Authentication
- From: Henrik Skak Pedersen
- Re: Web Service and ASP.NET Forms Authentication
- References:
- Web Service and ASP.NET Forms Authentication
- From: Henrik Skak Pedersen
- Web Service and ASP.NET Forms Authentication
- Prev by Date: Re: How do create an Admin page that has the same functionality as "Security" tab in 'ASP.NET configuration tool'?
- Next by Date: Re: Web Service and ASP.NET Forms Authentication
- Previous by thread: Web Service and ASP.NET Forms Authentication
- Next by thread: Re: Web Service and ASP.NET Forms Authentication
- Index(es):
Relevant Pages
|
|