AWS cognito-设置MFA身份验证器应用中的默认帐户名称

发布于 2025-01-23 00:17:28 字数 318 浏览 0 评论 0原文

我已经使用AWS Cognito为我的应用程序设置了TOTP MFA。

您在下面的屏幕截图中可以看到,Authenticator应用中的帐户名被设置为“ AWScognito”。

我找不到将其设置为“ xyz”的设置 有没有办法为此设置默认值?

I have set up TOTP MFA for my app with AWS Cognito.

The account name in the authenticator app is being set to 'AWSCognito' as you can see in the screenshot below.

I was not able to find a setting to set this to, say, 'XYZ'
Is there a way to set default value for this?

Authenticator app

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

城歌 2025-01-30 00:17:28

您可以通过更改QR码的字符串中的发行器名称来更改帐户名。这是我用您的应用程序名称生成替换“ awscognito”的字符串

`otpauth://totp/AWSCognito:${email}?secret=${code}&issuer=https://cognito-idp.ap-southeast-2.amazonaws.com/`

You can change the account name by changing the issuer name in the string that goes into the QR code. Here's the string I was generating

`otpauth://totp/AWSCognito:${email}?secret=${code}&issuer=https://cognito-idp.ap-southeast-2.amazonaws.com/`

Replace 'AWSCognito' with your app name.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文