Re: client certificates
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 04/07/05
- Next message: Kevin Spencer: "Re: How to run aspnet with system account"
- Previous message: [MSFT]: "RE: client certificates"
- In reply to: Shaun Wilde: "client certificates"
- Next in thread: Shaun Wilde: "Re: client certificates"
- Reply: Shaun Wilde: "Re: client certificates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 6 Apr 2005 22:43:53 -0500
I'm not sure if you can do #1 with client certificates as that is handled by
the client, not the server. There is a new IE 6 DOM method that allows you
to clear client credentials, but I'm not sure if that works with
certificates and it only supports that browser.
Regarding #2, I don't understand what you mean. Are you trying to sign some
data with the user's private key? To do that, you'll need code running on
their workstation (.NET control or ActiveX). You don't have the user's
private key on the server, so you can't sign anything server side.
Can you explain more?
Joe K.
"Shaun Wilde" <shaun_wilde@nospam.nospam> wrote in message
news:OqKGcdtOFHA.3072@TK2MSFTNGP09.phx.gbl...
>I am authenticating users to a site using client certificates and all is
> well
> except for a few issues.
>
> #1) Once a browser has been challenged, if the user leaves the site in the
> same browser and then returns the browser isn't recallenged even if the
> session has expired. Is there a way to force a rechallenge?
>
> #2) If I want to use the certificate to sign some data I'd like the user
> to
> present the password again to their certificate (to avoid the popped to
> toilet security scenario), this is for critical processes.
>
> I tried opening up child windows etc however it seems that parent/child
> windows share this authentication information by default and I can't see
> how
> to stop that?
>
> Thankx
>
> Shaun Wilde
>
>
- Next message: Kevin Spencer: "Re: How to run aspnet with system account"
- Previous message: [MSFT]: "RE: client certificates"
- In reply to: Shaun Wilde: "client certificates"
- Next in thread: Shaun Wilde: "Re: client certificates"
- Reply: Shaun Wilde: "Re: client certificates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|