- Something you know - This is seen in regular small office home office setups through the use of username and password.
- Something you have - Like a smart card, which is a common enterprise niche.
- Something you are - Biometrics signatures provide a unique value from a person. ie fingerprint
Large scale enterprises and government clients are more aware of access risks. This causes distress to system administrators considering security a top priority. So, developing strategies for authentication is necessary for data to remain appropriately confidential. To add smart cards to an organization already using passwords provides multi-factor authentication that drastically mitigates access risk. Therefore it is important for system administrators to have a high level idea of how they administered. Let's start with definitions.
What is a smart card?
Per mentioned, smart cards fit the 'something you have' category of multi-factor authentication. It is a physical card with a chip that provides a certificate to a machine. The certificate provides proof that the owner of this certificate is to be granted access.
How do you administer a smart card?
It's simple enough really. Usually the smart card has a certificate with an associated pin. The certificate is then uploaded to an authentication server via Active Directory or manual export. So, whenever the smart card is on a client machine and requests access to the authentication server, the server makes sure the certificate is a match and allows access.
So a briefer in bullet points:
1. Smart card certificate is uploaded to authentication server.
2. It is configured into a user and their appropriate access levels.
3. Smart card now represents user.
4. Authentication at client level with smart card, references to certificate in authentication server and authentication server provides appropriate access as per user.
It's a simple setup really. To make systems more protected, 'something you are' could be implemented. But two categories of the three found for multi-factor authentication can allow a system administrator to sleep at night.