Re: Anonymous and integrated authentication for Web service
- From: David Wang <w3.4you@xxxxxxxxx>
- Date: Wed, 26 Mar 2008 20:39:14 -0700 (PDT)
On Mar 26, 9:36 am, iamahulk <iamah...@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
Is it possible using IIS(version 6) to have both Anonymous and integrated
authentication for a web service?
By this I mean can it do intergrated authentication when the credentials
exist, but if they don't allow an anonymous connection? (For a single URL)
Yes, IIS supports such "fallback" authentication protocol, but only if
the Web Service Client initiates it.
If the WebService Client always tries Integrated First and if it
fails, retry with Anonymous, then you can simply configure IIS6 Web
Service to allow both Anonymous and Integrated.
If you cannot control the client, then you will have to write and run
custom software on the server to enforce such proprietary behavior.
There are no standard authentication protocol which works like this.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
.
- References:
- Anonymous and integrated authentication for Web service
- From: iamahulk
- Anonymous and integrated authentication for Web service
- Prev by Date: Anonymous and integrated authentication for Web service
- Next by Date: Re: ftproot permissions
- Previous by thread: Anonymous and integrated authentication for Web service
- Next by thread: Re: Anonymous and integrated authentication for Web service
- Index(es):
Relevant Pages
|