简体   繁体   English

Azure 带有生物特征和移动应用证书的活动目录

[英]Azure Active Directory with Biometrics and certificates for mobile app

I am looking for help with the topic of user authorization via biometrics or certificates in my mobile app.我正在通过我的移动应用程序中的生物识别或证书寻求有关用户授权的帮助。 What I need to find out is how to setup the Azure Active Directory as well as the whole authorization process.我需要了解的是如何设置 Azure Active Directory 以及整个授权过程。

Currently, I have an application registered in the Azure Portal under App Registration, there are quick start guides for UWP/Windows and other platforms - they all work fine with email and password.目前,我在 Azure Portal 下的 App Registration 下注册了一个应用程序,有 UWP/Windows 和其他平台的快速入门指南 - 它们都可以使用 email 和密码正常工作。 I have no idea what are the requirements and how to setup the biometrics or certificates authentication.我不知道有什么要求以及如何设置生物识别或证书身份验证。

I read that if I want to use certificates then I need something called "Root certificate authority" and in terms of Azure, it looks like I need a virtual machine - is that correct?我读到如果我想使用证书,那么我需要一个叫做“根证书颁发机构”的东西,就 Azure 而言,看起来我需要一个虚拟机 - 对吗?

Can someone please guide me through the whole process of setting up the users in Azure Active Directory and then enabling the biometrics in my app?有人可以指导我完成在 Azure Active Directory 中设置用户然后在我的应用程序中启用生物识别的整个过程吗?

Kindest regards, Joseph最亲切的问候,约瑟夫

you can look here for passwordless auth on azure here: https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-authentication-passwordless you can use the microsoft authentication app or use a fido2 compatible system from one of the products/services that have fido2 with biometrics passwordless.您可以在此处查看 azure 上的无密码身份验证: https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-authentication-passwordless您可以使用与 Microsoft 身份验证应用程序或使用 fido2 兼容来自具有 fido2 的产品/服务之一的系统,该系统具有无密码的生物识别技术。

to enable passwordless on your azure tenant,在您的 azure 租户上启用无密码,
https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-authentication-passwordless-phone https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-authentication-passwordless-phone

The other option is to use the android/ios fingerprint/touch id to unlock refresh tokens to log into azure ad.另一种选择是使用 android/ios 指纹/触摸 id 解锁刷新令牌以登录 azure 广告。 in this way, you would need to first log into azure, then store the refresh token and secure it using the mobile platforms fingerprint stuff.这样,您需要先登录 azure,然后存储刷新令牌并使用移动平台指纹信息对其进行保护。 suggestion from here: Sign in with fingerprint in oauth 2.0来自这里的建议: 在 oauth 2.0 中使用指纹登录

I'm not sure if this answers your question, but it's somewhere to start reading.我不确定这是否能回答你的问题,但它是开始阅读的地方。

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

相关问题 使用Azure Active Directory和Azure移动服务验证PHP Web应用程序 - Authenticating a PHP Web App with Azure Active Directory and Azure Mobile Services 使用证书的Azure Active Directory守护程序客户端 - Azure Active Directory Daemon Client Using Certificates Flutter 移动应用程序登录通过 azure 来自 web 应用程序的活动目录已实现 Z3A580F142203677F15ZF0BC088633 - Flutter mobile app login via azure Active directory from web app that already implemented Azure Ad 启用Azure Active Directory身份验证时,Azure移动应用程序将Http POST调用重定向到GET - Azure Mobile App redirecting Http POST calls to GET when Azure Active Directory Authentication is enabled Azure移动服务Active Directory登录未授权 - Azure Mobile Services Active Directory Login unauthorized 登载Azure Active Directory for Azure Cloud App - On Boarding Azure Active Directory for Azure Cloud App Azure应用程序的Azure Active Directory应用程序角色 - Azure Active Directory App Roles for Native App Azure Active Directory委托的Nodejs应用 - Azure Active Directory Delegated Nodejs App 开发 Azure Active Directory 企业应用 - Develop Azure Active Directory Enterprise App Azure 使用 Active Directory 的应用服务身份验证 - Azure App Service Authentication with Active Directory
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM