Custom Windows GINA authentication

孤街浪徒 提交于 2019-12-21 05:01:24

问题


In Windows, the GINA module can be extended to support different ways of authentication. For example, you can already see a support for Fingerprints, Smart Cards, or even Face Recognition (like what Lenovo did with their laptops). What I am trying to achieve is not something as complex as those methods. All what I want is to be able to provide my custom authentication service (i.e My own authentication method at login). Also, I want to know if there is a way to extend the default authentication method (password) so that there is a preprocessing stage of the password before sending it to the Windows Local Authentication Service.

Thank you.


回答1:


This MSDN Magazine articles may be able to answer your questions:

Customizing GINA, Part 1

Customizing GINA, Part 2




回答2:


I know the question has been answered, but I couldn't help but notice that no mention was made of the replacement of GINA by Credential Providers. Here are a couple links:

Create Custom Login Experiences With Credential Providers For Windows Vista

ICredentialProvider Interface on MSDN

The new way will not work the same way as GINA did.




回答3:


additional information to above point:

Windows Vista and later versions of Microsoft Operating systems have replaced Gina with Credential provider's.

Tha



来源:https://stackoverflow.com/questions/934505/custom-windows-gina-authentication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!