multiOTP / multiOTPCredentialProvider

multiOTP Credential Provider is a V2 Credential Provider for Windows 7/8/8.1/10/2012(R2)/2016 with options like RDP only and UPN name support
Apache License 2.0
232 stars 77 forks source link

Is the CredentialProvider have to the Windows password? #25

Closed trac3me closed 4 years ago

trac3me commented 4 years ago

Hello there, great product: I am using CredentialProvider to develop my custom login method,After my research,the CredentialProvider seems to require the user's original Windows password. my question is : Is the CredentialProvider have to know the original Windows password, and pass it to the operating system for verification, Otherwise user cannot log in successfully?

trac3me commented 4 years ago

Is the CredentialProvider have to use the Windows password?

multiOTP commented 4 years ago

Hello, In any case, the CredentialProvider will always need that the user type the original Windows password in order to log into the computer in order to do the Kerberos authentication process in order to access the Windows ressources. Regards,