如何从 Android 中的 Microsoft Authenticator App(MSAL) 检索设备 ID?
我是 Android 和 MSAL 的新手。因此,如果我错过了一些明显的文档,请原谅我。但是,到目前为止,我找不到任何有关如何执行以下操作的文档:
How to get the Device ID from Microsoft Authenticator app using another Android app(built on MSAL-Android SDK)?设备已通过 Microsoft Authenticator 应用完成 Azure 设备注册(此设备注册 ID 随后也会在 Azure 门户中可见)。
关于如何获得有什么要点吗? 我对此有信心的唯一原因是以下两个 GitHub 问题:
https://github.com/AzureAD/microsoft-authentication-library-for-objc/issues/1204
有时,使用 MSAL,我们无法从身份验证器应用程序检索带有设备 ID 声明的设备 ID,尽管设备已成功注册到 Azure AD 并在身份验证器应用程序和 Azure 门户上正确显示。 在Authenticator中清理/删除帐户后(注册未删除),尝试使用声明再次获取设备ID,成功。
https://github.com/AzureAD/microsoft-authentication- objc 库/issues/883
I am new to Android and as well MSAL. So do forgive me, if I have missed some obvious documentation. However, so far I could not find any documentation on how to do the following :
How to get the Device ID from Microsoft Authenticator app using another Android app(built on MSAL-Android SDK)? The device has completed Azure Device registration via Microsoft Authenticator App(this device registration id is also then visible in Azure portal).
Any points on how to get it?
The only reason for my confidence on this being possible, is because of the following two GitHub issue :
https://github.com/AzureAD/microsoft-authentication-library-for-objc/issues/1204
Sometimes using MSAL we are not able to retrieve the device ID with device ID claim from authenticator Application, though the device got registered it Azure AD successfully and shows correctly in Authenticator app as well as on azure portal.
After cleaning/removing accounts in Authenticator(Registration not removed), Tried the fetch the Device ID again using claim, it was successful.
https://github.com/AzureAD/microsoft-authentication-library-for-objc/issues/883
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论