Re: Schannel client authentication problem with optional client certificate
- From: el_noir <el_noir@xxxxxxxxxxxx>
- Date: Thu, 20 Nov 2008 06:00:13 -0800 (PST)
On nov. 20, 13:52, DaveMo <david.mow...@xxxxxxxxx> wrote:
On Nov 20, 12:28 am, el_noir <el_n...@xxxxxxxxxxxx> wrote:
It seems its working, but i still have an issue.
When an e-token was inserted, and I try to authenticate the user
without a certificate (the ISC_REQ_USE_SUPPLIED_CREDS was set), then
the InitalizeSecurityContext still tries to access to the the token.
How can I force the ISC not to use the token?
Hello,
I don't think I understand what problem you are seeing now. What is
this thing you are calling an e-token?
Dave
It is an Aladdin usb eToken, which is used to strong client
authentication. It is used to store private key which cannot be
removed from the usb token. I've generated a keypair on the token,
made a certificate request for the key, and signed it with a test
issuer. So I have a public-private keypair on the token, and a
certificate which is linked to it. When the token is inserted, the
certificate will be copied to the My store, so it can be used for
authentication.
If the token is inserted and I try to establish an schannel
connection, the ISC tries to access the eToken, even when the
ISC_REQ_USE_SUPPLIED_CREDS was set, and I do not pass the certificate
through the SCHANNEL_CRED structure in the when I call the
AcquireCredentialsHandle.
(When the schannel established without the token and without a
certificate, it works fine. And it works, when the certificate which
is use the private key is selected for authentication. In this case
the ISC calls for the eToken's CSP to ask for a token, and a
password.)
My only problem is when I don't want to use the inserted token, the
ISC still tries to access it.
.
- Follow-Ups:
- References:
- Schannel client authentication problem with optional client certificate
- From: el_noir
- Re: Schannel client authentication problem with optional client certificate
- From: DaveMo
- Re: Schannel client authentication problem with optional client certificate
- From: el_noir
- Re: Schannel client authentication problem with optional client certificate
- From: el_noir
- Re: Schannel client authentication problem with optional client certificate
- From: DaveMo
- Schannel client authentication problem with optional client certificate
- Prev by Date: Re: Delete File - Bypass NTFS?
- Next by Date: Re: Why Negotiate choose NTLM instead of Kerberos?
- Previous by thread: Re: Schannel client authentication problem with optional client certificate
- Next by thread: Re: Schannel client authentication problem with optional client certificate
- Index(es):
Relevant Pages
|