Enable client certificate based authentication for certain urls

Enable client certificate based authentication for certain urls

am 22.08.2007 19:04:03 von Kshitiz

Hi All,

I want to allow anonymous access to my webserver. However I want certain
urls to be allowed only after client certificate based authentication. I read
many documents on client certificate based authentication and access control.
But I did not exact information I am looking for.

Thanks,
Kshitiz

Re: Enable client certificate based authentication for certain urls

am 23.08.2007 08:42:23 von Ken Schaefer

For those URLs, enable SSL/TLS, and then check the Client Certificates -
Required, checkbox.

Cheers
Ken


"Kshitiz" wrote in message
news:A91CBC35-6ED4-4ABB-AE37-F76CF31B8D5C@microsoft.com...
> Hi All,
>
> I want to allow anonymous access to my webserver. However I want certain
> urls to be allowed only after client certificate based authentication. I
> read
> many documents on client certificate based authentication and access
> control.
> But I did not exact information I am looking for.
>
> Thanks,
> Kshitiz

Re: Enable client certificate based authentication for certain url

am 23.08.2007 11:44:01 von Kshitiz

How do I specify those URLs under Default Website?

"Ken Schaefer" wrote:

> For those URLs, enable SSL/TLS, and then check the Client Certificates -
> Required, checkbox.
>
> Cheers
> Ken
>
>
> "Kshitiz" wrote in message
> news:A91CBC35-6ED4-4ABB-AE37-F76CF31B8D5C@microsoft.com...
> > Hi All,
> >
> > I want to allow anonymous access to my webserver. However I want certain
> > urls to be allowed only after client certificate based authentication. I
> > read
> > many documents on client certificate based authentication and access
> > control.
> > But I did not exact information I am looking for.
> >
> > Thanks,
> > Kshitiz
>
>

Re: Enable client certificate based authentication for certain url

am 27.08.2007 03:02:01 von Ken Schaefer

Right-click the document in IIS Manager -> Properties -> Security Tab

Cheers
Ken

"Kshitiz" wrote in message
news:1605725A-2B2C-474D-9A98-737181A5525D@microsoft.com...
> How do I specify those URLs under Default Website?
>
> "Ken Schaefer" wrote:
>
>> For those URLs, enable SSL/TLS, and then check the Client Certificates -
>> Required, checkbox.
>>
>> Cheers
>> Ken
>>
>>
>> "Kshitiz" wrote in message
>> news:A91CBC35-6ED4-4ABB-AE37-F76CF31B8D5C@microsoft.com...
>> > Hi All,
>> >
>> > I want to allow anonymous access to my webserver. However I want
>> > certain
>> > urls to be allowed only after client certificate based authentication.
>> > I
>> > read
>> > many documents on client certificate based authentication and access
>> > control.
>> > But I did not exact information I am looking for.
>> >
>> > Thanks,
>> > Kshitiz
>>
>>

Re: Enable client certificate based authentication for certain url

am 27.08.2007 11:48:00 von Kshitiz

Hi Ken,

Let me put some details around my requirement..

I have a application deployed. This can service mutiple URLs. say
1)/abc
2)/xyz
3) ....(many more)
Now I want anonymous access to /abc.
However when anyone acceses /xyz url, I want them to go through client
authentication.

How do I achieve that?

Thanks,
Kshitiz


"Ken Schaefer" wrote:

> Right-click the document in IIS Manager -> Properties -> Security Tab
>
> Cheers
> Ken
>
> "Kshitiz" wrote in message
> news:1605725A-2B2C-474D-9A98-737181A5525D@microsoft.com...
> > How do I specify those URLs under Default Website?
> >
> > "Ken Schaefer" wrote:
> >
> >> For those URLs, enable SSL/TLS, and then check the Client Certificates -
> >> Required, checkbox.
> >>
> >> Cheers
> >> Ken
> >>
> >>
> >> "Kshitiz" wrote in message
> >> news:A91CBC35-6ED4-4ABB-AE37-F76CF31B8D5C@microsoft.com...
> >> > Hi All,
> >> >
> >> > I want to allow anonymous access to my webserver. However I want
> >> > certain
> >> > urls to be allowed only after client certificate based authentication.
> >> > I
> >> > read
> >> > many documents on client certificate based authentication and access
> >> > control.
> >> > But I did not exact information I am looking for.
> >> >
> >> > Thanks,
> >> > Kshitiz
> >>
> >>
>
>

Re: Enable client certificate based authentication for certain url

am 27.08.2007 14:34:10 von Ken Schaefer

Open IIS Manager, locate the resource you wish to secure, right-click and
choose Properties, go to the Directory Security tab (it's just called
"Security" if you selected a file not a folder), and click the "Edit" button
under SSL.

There is a checkbox for "Require Client Certificates" or similar.

Cheers
Ken

"Kshitiz" wrote in message
news:9D37104D-08E8-4005-9EFB-AD4D32CE2DAB@microsoft.com...
> Hi Ken,
>
> Let me put some details around my requirement..
>
> I have a application deployed. This can service mutiple URLs. say
> 1)/abc
> 2)/xyz
> 3) ....(many more)
> Now I want anonymous access to /abc.
> However when anyone acceses /xyz url, I want them to go through client
> authentication.
>
> How do I achieve that?
>
> Thanks,
> Kshitiz
>
>
> "Ken Schaefer" wrote:
>
>> Right-click the document in IIS Manager -> Properties -> Security Tab
>>
>> Cheers
>> Ken
>>
>> "Kshitiz" wrote in message
>> news:1605725A-2B2C-474D-9A98-737181A5525D@microsoft.com...
>> > How do I specify those URLs under Default Website?
>> >
>> > "Ken Schaefer" wrote:
>> >
>> >> For those URLs, enable SSL/TLS, and then check the Client
>> >> Certificates -
>> >> Required, checkbox.
>> >>
>> >> Cheers
>> >> Ken
>> >>
>> >>
>> >> "Kshitiz" wrote in message
>> >> news:A91CBC35-6ED4-4ABB-AE37-F76CF31B8D5C@microsoft.com...
>> >> > Hi All,
>> >> >
>> >> > I want to allow anonymous access to my webserver. However I want
>> >> > certain
>> >> > urls to be allowed only after client certificate based
>> >> > authentication.
>> >> > I
>> >> > read
>> >> > many documents on client certificate based authentication and access
>> >> > control.
>> >> > But I did not exact information I am looking for.
>> >> >
>> >> > Thanks,
>> >> > Kshitiz
>> >>
>> >>
>>
>>