[quoted text, click to view] "Paul" <gupta@spireite.ndo.co.uk> wrote in message
news:1c73nlwk5pjts$.jzebbvvkb2io.dlg@40tude.net...
> On Wed, 11 Jul 2007 22:26:56 +1000, Ken Schaefer wrote:
>
>> The only real way to have secure authentication is to have a shared
>> secret
>> that both the client, and you, share. That can either be a password, or a
>> client certificate, or some kind of federated identity/SSO system (e.g.
>> provided by ADFS).
>>
>> Cheers
>> Ken
>
>
> Thanks Ken
>
> My understanding is that a client certificate is unique per workstation -
> isn't that going to be large overhead on management?
Client certificates can be used "per machine" (they identify machines, but
not the users on them), or "per user" (they identify a user, not a machine)
For per user certificates, common mechanisms for transporting them resolve
around "auto enrollment" (a feature provided with Windows Server 2003
domains), or smartcards (the user carries their certificates on a physical
device).
What are you trying to authenticate though? Remote users? Or remote
workstations?
Cheers
Ken