Google Authenticator

This commit is contained in:
shimingxy
2020-04-19 10:00:48 +08:00
parent cc4a712716
commit 2b5de5cf1a
2 changed files with 16 additions and 2 deletions

View File

@@ -4,6 +4,10 @@
多因素认证MFA是一种计算机访问控制的方法用户要通过两种以上的认证机制之后才能得到授权使用计算机资源。MFA的目的是建立一个多层次的防御使未经授权的人访问计算机系统或网络更加困难从而提高安全性。
优势:**使用简单、安全性高、低成本、无需携带额外设备**
<h2>Google Authenticator</h2>
MaxKey支持谷歌验证器(Google Authenticator)双因素身份认证,步骤如下
1、下载Google Authenticator到手机
@@ -20,4 +24,14 @@ MaxKey支持谷歌验证器(Google Authenticator)双因素身份认证,步骤
4、退出MaxKey,进入到登录界面,"安全认证"输入用户名和密码同时需要Google Authenticator产生的验证码登录如下图
<img src="{{ "/images/authn/google4.png" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}" alt=""/>
<img src="{{ "/images/authn/google4.png" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}" alt=""/>
<h2>TOTP或者HOTP支持</h2>
1、Google Authenticator
2、Microsoft Authenticator
3、FreeOTP
4、支持TOTP或者HOTP协议