【问题标题】:Testing MFA using sandbox account使用沙盒帐户测试 MFA
【发布时间】:2015-01-12 11:45:41
【问题描述】:

我在使用沙盒环境测试 MFA 时遇到问题。发布到连接/步骤端点返回 401:

curl -X POST https://tartan.plaid.com/connect/step -d client_id=test_id -d secret=test_secret -d access_token="test" -d mfa="tomato"
{
  "code": 1108,
  "message": "invalid type",
  "resolve": "This institution is not currently supported."
}

是否可以使用沙盒环境测试 MFA?

【问题讨论】:

    标签: plaid


    【解决方案1】:

    您必须在沙盒模式下明确设置类型。

    所以将-d type=whatever_institution 添加到您的卷曲中。

    考虑

    作为mfa进程的开始,然后

    作为序列的下一步。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-03-28
      • 2013-03-12
      • 1970-01-01
      • 2016-08-01
      • 1970-01-01
      • 2017-05-18
      • 1970-01-01
      • 2013-07-15
      相关资源
      最近更新 更多