This authentication method provides a high level of security, and removes the need for the user to provide a password at sign-in.To get started with passwordless sign-in, see Enable passwordless sign-in with the Microsoft Authenticator.
获取你自己的Microsoft Authenticator 身份验证方法的详细信息。 HTTP 复制 GET /me/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethodId} 备注 调用/me 终结点需要已登录的用户,因此需要委派权限。 使用 /me 终结点时,不支持应用程序权限。 获取自己或其他用户的Microsoft Authenticator...
你的组织需要使用新的身份验证方法策略来为某些用户或组启用 Authenticator 的无密码功能和推送通知。 可以使用 Microsoft Entra 管理中心或 Microsoft Graph API 编辑身份验证方法策略。 其他上下文只能面向单个组,可以是动态的,也可以是嵌套的。 该组可以从本地或仅云端进行同步。
如果成功,此方法在响应正文中返回响应 200 OK 代码和 无密码MicrosoftAuthenticatorAuthenticationMethod 对象的集合。 示例 请求 HTTP C# CLI Go Java JavaScript PHP PowerShell Python HTTP 复制 GET https://graph.microsoft.com/beta/me/authentication/passwordlessMicrosoftAuthenticatorMethods 响应 以下示例显示了...
Multifactor authentication using one-time passcode Passkeys All other features How to add Authenticator as a sign-in method Important:You can only add Authenticator as a work/school account sign-in method by scanning a QR code. For more information, seeHow to add y...
Hi, this method was enabled from the start and nobody changed it afterwards. A colleague told me that I should just starthttps://aka.ms/mfasetupand follow the procedure. It is ok, but I remeber that from the drop-down menu we could select the app, and now all of a sudden ...
Multifactor authentication using one-time passcode Passkeys All other features How to add Authenticator as a sign-in method Important:You can only add Authenticator as a work/school account sign-in method by scanning a QR code. For more information, seeHow to add ...
What is the recommended workflow to restore the Microsoft Authenticator App on a new phone, in case a user loses his phone or receives a new phone? Authentication MFA Microsoft Authenticator Password Protection kudo count Reply View Full Discussion (6 Replies)Show Parent Replies JonasBack Steel ...
Current Selections Topic: Network security Sort by: Newest to oldest Clear selections Sort by Relevance Newest to oldest Oldest to newest Nothing found Sorry, but nothing matched your search terms. Please try again with some different keywords. ...
构造一个新的ODataAuthenticator对象并初始化其属性。 为AuthenticationCompleted事件注册一个处理程序。 调用ODataAuthenticator.Authenticate方法,它将引发AuthenticationCompleted事件。 获取OnAuthenticationCompleted处理程序内的一个 OData 上下文对象。 然后,您可以在OnAuthenticationCompleted处理程序中添加其余的 OData 调用。