Service Fabric Explorer 的双因素身份验证?

Two-factor Authentication for Service Fabric Explorer?

有人了解在使用 Service Fabric Explorer 访问 Azure 中的 Service Fabric 集群时如何实施双因素身份验证吗?

我目前使用客户端证书对其进行保护,但我还没有找到添加其他类型身份验证的方法。

根据官方文档here

When a client connects to a Service Fabric cluster node, the client can be authenticated and secure communication established using certificate security or Azure Active Directory (AAD). This authentication ensures that only authorized users can access the cluster and deployed applications and perform management tasks. Certificate or AAD security must have been previously enabled on the cluster when the cluster was created. For more information on cluster security scenarios, see Cluster security. If you are connecting to a cluster secured with certificates, set up the client certificate on the computer that connects to the cluster.

它不支持 MFA,我建议查看 Service Fabric cluster security scenarios

您还可以在 AAD 级别实施 MFA,然后使用 AAD 向 Service Fabric 进行身份验证