Identity and Authentication - Alternative Authentication Methods

Single Sign-on (SSO)

The Single Sign-on or trusting someone else to answer the question who is making the request? Single Sign-on gives us a bunch of benefits. First, we don’t have to perform the actual authentication. We’re trusting that some engineers at a large robust system is doing this for us well. Additionally makes the sign-on attempt a little bit easier for our users by allowing them to use services they’re probably already logged into.


Multi-Factor Authentication

One of the problems we’ve seen with passwords is a user can easily share it with someone else, or a third party can steal that password and gain access to a system. Multi-factor authentication gives us one layer of trust on top of a password. Essentially, it trusts that you and only you have access to something physical or sensitive and secure.

If you have used multi-factor auth before, it’s most commonly implemented through something like a text-based interface. When you log in, some kind of code is sent to your cell phone, and this code works once and only once, and only sent to your cell phone.

请添加图片描述
An alternative to generating the code on our server and having it sent to our user would be to generate the code on the device itself. This is often done with something called a decaying temporal algorithm. This is a code that uses some kind of cryptography to generate a random number that corresponds to a specific time. Only the device and the service knows that code at any given instance in time.


Biometric Authentication

Probably the most difficult to break type of authentication is biometric auth. In this case, it would be extremely difficult for someone to take a part of your body and use it to authentication into a system. The most commonly realized version of this is fingerprint authentication on your cell phones. These systems are often fairly complicated and fairly robust.


Depending on what you’re implementing and deploying, you might have different levels of risk and different levels of need for how secure your information must be. Mixing and matching these and other types of authentication can help you to keep your system secure and your data safe.

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值