简体   繁体   English

如何集成 Microsoft Authenticator

[英]How to integrate Microsoft Authenticator

How to integrate the Microsoft Authenticator implementation in our app.如何在我们的应用程序中集成 Microsoft Authenticator 实现。 Can someone share the link for documentation or sample app?有人可以分享文档或示例应用程序的链接吗?

Try with Azure Directory and try to expose API of it.尝试使用 Azure 目录并尝试公开它的 API。
-The Microsoft and Google Authentication just implement the TOTP mechanism to provide a server-less (read: offline, you only need an accurate timestamp) one time password mechanism. -微软和谷歌认证只是实现了TOTP机制,提供了一种无服务器(阅读:离线,你只需要一个准确的时间戳)的一次性密码机制。 You can use any generic TOTP library to generate a user specific shared secret, possibly encode that one as QR image for ease of configuration and then validate if a provided token matches the shared secret and has been created in the last +-n seconds.您可以使用任何通用 TOTP 库来生成用户特定的共享密钥,可能会将其编码为 QR 图像以便于配置,然后验证提供的令牌是否与共享密钥匹配并在最后 +-n 秒内创建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 Microsoft Authenticator 而不是浏览器在 Android 中实现 MSAL SSO - How to implement MSAL SSO in Android using Microsoft Authenticator instead of a browser 如何在Microsoft中集成Microsoft登录? - How to integrate Microsoft login in Android? 如何处理多个Authenticator - How to handle multiple Authenticator 有没有办法在 android 模拟器上使用 Microsoft Authenticator 的无密码登录选项 - Is there a way to have the passwordless sign in option from Microsoft Authenticator on an android emulator 如何检查Android设备上是否有Google身份验证器? - how to check if Google authenticator is available on a Android device? 如何使用暂停 api function 的身份验证器? Retrofit - how to use Authenticator with suspend api function? Retrofit 了解Google Authenticator应用程序的工作方式 - Understanding How Google Authenticator app works 如何使WebAuthn与漫游身份验证器一起使用? - How to Get WebAuthn to Work with a Roaming Authenticator? 如何具有自定义身份验证器的默认首选项? - How to Have Default Preferences for Custom Authenticator? 如何在android中调用实现Authenticator的类 - How to call a class in android which implements Authenticator
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM