简体   繁体   English

使用Azure AD进行指纹身份验证

[英]Fingerprint authentication with Azure AD

For a web application, I need to do fingerprint identification and then authenticate with Azure AD. 对于Web应用程序,我需要进行指纹识别,然后使用Azure AD进行身份验证。 I am familiar with Fingerprint identification and can manage to develop fingerprint identification as a service with C# 我熟悉指纹识别,可以使用C#将指纹识别开发为一项服务

After the identification I need to authenticate that user with Azure AD, without entering/passing the password. 标识后,我需要使用Azure AD对该用户进行身份验证,而无需输入/传递密码。 (Fingerprint only authentication). (仅指纹认证)。

Is this possible? 这可能吗?

No. Azure AD will require the password regardless. 否。无论如何,Azure AD都需要密码。

In the future we might have a passwordless authentication capability there, but that would be up to the user to enable. 将来,我们可能在那里拥有无密码身份验证功能,但这将取决于用户是否启用。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM