Azure 身份验证器帐户图标 - 公司徽标?

Jir*_*cek 6 azure authenticator azure-authentication

有谁知道是否可以将自定义图像添加到Azure Authenticator应用程序中的帐户?对于我们所有的帐户,它始终显示上传到 AAD 的用户照片或通用徽章图像

我们希望将我们公司的图像添加到帐户中,而不是用户的个人图像或通用徽章。我们仍然希望在 AAD 中保留用户的照片。我相信应该有一种方法可以实现这一点,因为如果我添加 GitHub 帐户,它会自动创建带有 GitHub 徽标的帐户: Azure 身份验证器,带有我们帐户的 GitHub 徽标和通用徽章图像

谢谢,吉里

小智 0

我只是检查 APK 文件。除了以下图片,我没有看到其他图片:

ic_amazon_account.xml
ic_dropbox_account.xml
ic_facebook_account.xml
ic_github_account.xml
ic_google_account.xml
ic_lastpass_account.xml
ic_linkedin_account.xml
ic_samsung_account.xml
ic_slack_account.xml
ic_twitter_account.xml
Run Code Online (Sandbox Code Playgroud)

您可以使用以下方式生成:

qrencode -t utf8 'otpauth://totp/test?secret=4444444&digits=6&issuer=lastpass'
Run Code Online (Sandbox Code Playgroud)