IIS6 does not a provide any way to drop requests from unknown clients with
client certificates.
Is there a way to configure WSE2 so that it only recognizes certain client
certificates and drop other requests? If it does not provide such mechanism,
do I need to write an HttpModule to achieve this functionality?
Thanks.
Raghu/..
Pablo Cibraro - 25 Aug 2005 14:35 GMT
Hi Raghu,
WSE2 provides that functionality. You can write a policy to specify the
expected client certificates.
WSE 3.0 also provides that functionality using the "Authorization"
assertion.
Regards,
Pablo Cibraro.
www.lagash.com
> IIS6 does not a provide any way to drop requests from unknown clients with
> client certificates.
[quoted text clipped - 5 lines]
> Thanks.
> Raghu/..