rest (https://cloud.google.com/identity-platform/docs/use-rest-api)支持没有请求属性的用户注册,multiFactor:{enrolledFactors :[]}。似乎启用多因素身份验证的唯一方法是通过NodeJS服务器,如下所述:https://cloud.google.com/identity-platform/docs/admin/manage-mfa-users。
这是正确的吗?NodeJS api必须依赖rest。因此,无论什么原因,它都不能直接使用rest调用。
发布于 2021-12-25 08:04:06
经过进一步研究,restful确实允许客户端以编程方式指定MFA属性。API是accounts.signUp。
https://cloud.google.com/identity-platform/docs/reference/rest/v1/accounts/signUp
https://stackoverflow.com/questions/70477462
复制相似问题