【问题标题】:How do Amazon Cognito User Pool device tracking configuration in the console map to corresponding CloudFormation template configuration?控制台中的 Amazon Cognito 用户池设备跟踪配置如何映射到相应的 CloudFormation 模板配置?
【发布时间】:2021-03-31 01:37:12
【问题描述】:

Cognito 用户池控制台有一个用于配置设备跟踪的页面:

AWS::Cognito::UserPool 中对应的配置看起来像this:

这四个属性的可能值组合如何映射到控制台中的三个选项?

【问题讨论】:

  • 您找到解决方案了吗?

标签: amazon-web-services amazon-cognito


【解决方案1】:

我找到了this reply to a GitHub issue,它给出了以下映射:

总是,外交部是的

DeviceConfiguration:
  ChallengeRequiredOnNewDevice: true

总是,外交部否

DeviceConfiguration:
  ChallengeRequiredOnNewDevice: false
  DeviceOnlyRememberedOnUserPrompt: false

用户选择加入,MFA 否

DeviceConfiguration:
  DeviceOnlyRememberedOnUserPrompt: true

用户选择加入,MFA 是

DeviceConfiguration:
  DeviceOnlyRememberedOnUserPrompt: true
  ChallengeRequiredOnNewDevice: true


省略DeviceConfiguration

【讨论】:

    猜你喜欢
    • 2017-11-14
    • 2019-06-24
    • 2023-03-26
    • 2018-02-28
    • 2018-01-24
    • 1970-01-01
    • 1970-01-01
    • 2018-05-17
    • 2017-06-04
    相关资源
    最近更新 更多