SOAP (old) and RESTful (new) do the same thing - enables clients to access web services. SOAP relies on XML, which can be clunky. RESTful, on the other hand, only needs an URL and JSON/CSV/RSS. |
Monday, May 23, 2016
REST beats SOAP
Friday, May 6, 2016
2-Step (Multi-Factor) Authentication : A Simple Explanation
Quick Introduction To Multi-Factor Authentication
In security, knowing who you are (identify) and proving that you are who you are (authentication) is CRITICAL in blocking unwanted access to secret data. Here is an overall picture of Identity and Access Management (IAM).
For authentication (prove that you are who you are), there are three major methods :
- Knowledge Factor (something you know in your head, like a username, password, your first car)
- Ownership Factor (a security key fob, a mobile phone with an security app installed, etc) and
- Inherent Factor (something that's always on you and unique only to you, such as your voice, finger print, etc).
Multi-factor means MORE THAN ONE of these Factors are used to authenticate you.
A Common Use Case Of MFA
Two-Step Multi-Factor authentication typically uses 2 factors (see above) to authenticate you. The 2 factors are:
- Knowledge Factor (such as a secrete passcode) and
- Ownership Factor (a pre-designated mobile phone with a security app installed) to double ensure that you are you! Below is a another good explanation of MFA:
A screen shot from installing Google Authenticator app on an iPhone. |
The two-step processes means that having just the secrete passcode (knowledge factor) is not enough to log into your account. You need to also have the iPhone (ownership factor).
Subscribe to:
Posts
(
Atom
)