Re: login to Website using a SmartCard
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 23 Jun 2006 08:39:22 +0000 (UTC)
Hi,
yes this is possible - there are some steps necessary
- ssl must be enabled - in IIS / directory security / secure communication you can specify that you accept client certificates (IE will transparently use the certs from the smartcard on the client)
in ASP.NET you can query for client cert with Context.Request.ClientCertificate.IsPresent, and if you trust the cert, you can issue an authentication ticket without requiring cleartext credentials. A module would be a good place for that.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Hi,
anyone has experience of Website login (AD Integrated) using a Smart
Card ? In actually using the ASP:Login control to login the users
usign they AD credentials. User also have a smart card that permit
them to logon locally to Windows XP clients. I'd like to have them
login on the extranet without having to insert username and password,
but just Smart Card and PIN. Is is possible ?
Thanks.
Massimo Piceni
.
- Follow-Ups:
- Re: login to Website using a SmartCard
- From: m.piceni
- Re: login to Website using a SmartCard
- References:
- login to Website using a SmartCard
- From: m.piceni
- login to Website using a SmartCard
- Prev by Date: login to Website using a SmartCard
- Next by Date: Re: login to Website using a SmartCard
- Previous by thread: login to Website using a SmartCard
- Next by thread: Re: login to Website using a SmartCard
- Index(es):
Relevant Pages
|
|