What are the best practices to map a client certificate to an user account?

Posted by p2u on Stack Overflow See other posts from Stack Overflow or by p2u
Published on 2010-04-10T14:11:48Z Indexed on 2010/04/10 14:13 UTC
Read the original article Hit count: 276

We have a proprietary framework and now we want to integrate the authentication by client side ssl certificates. What are the best practices to map a client certificate to a proprietary user account (for example a simple user table in the database)?

  • Save to public key of the certificate?
  • Save issuer and serialnumber?

Or are there other possibilities?

© Stack Overflow or respective owner

Related posts about ssl-certificate

Related posts about authentication