Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 azure 上有一个 Vnet 服务于一些生产服务器。我想在客户端用户连接到 Azure VM 时使用一些 MFA,例如 RSA 令牌
您能否推荐一些参考资料。
Azure VPN 网关当前不支持 MFA,它只是用于 VPN 客户端-服务器功能的基于证书的身份验证。(称为 Azure P2S VPN。)
最好的办法是在 Azure VNet 中部署支持您选择的 MFA 的 VPN 服务器设备(虚拟外形)作为 VPN 服务器。
谢谢,
裕顺 [MSFT]