2014-10-27 91 views
0

當一個網站帳戶是這樣的(PMPS,FMPA)有什麼區別?在這種情況下發現的MFA差異是什麼

"mfaType": { 
     "typeId": 5, 
     "typeName": "MULTI_LEVEL" 
    }, 
    "mfaCoverage": "PMPS", 

對戰這樣的:

"mfaType": { 
     "typeId": 4, 
     "typeName": "SECURITY_QUESTION" 
    }, 
    "mfaCoverage": "FMPA", 

回答

1

"mfaCoverage": "PMPS" is used for representing the financial institution sites which does not prompt MFA for all the users accessing the web site. This denotes that MFA will be prompted only for some users.

"mfaCoverage": "FMPA" is used for representing the financial institution sites which prompt MFA for all the users accessing the web site. This denotes that MFA will be prompted only for some users.

但你不應該擔心的覆蓋範圍,而應着眼於mfaType.typeName識別MFA的哪種類型金融機構支持。

以下是可能的值,它的意思 -

  • SECURITY_QUESTION - 意味着FI網站有安全問題和答案爲MFA。

  • IMAGE - 表示FI網站要求用戶輸入圖像captcha中的值。 TOKEN_ID - 表示FI站點要求用戶輸入通過電子郵件或消息收到的OTP(一次性密碼),或者有一個RSA令牌來生成代碼。

  • MUTLI_LEVEL - 此MFA是上述任何兩種MFA類型的組合。