You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
Hello there, great product:
I am using CredentialProvider to develop my custom login method,After my research,the Credential Provider seems to require the user's original Windows password. my question is : Is the Credential Provider have to know the original Windows password, and pass it to the operating system for verification, Otherwise the user cannot log in successfully?
The text was updated successfully, but these errors were encountered:
Credential Providers are just ways to expose custom UIs to end users. They don't control how Windows logs you into a desktop session or authenticates you to network resources. Password is the lowest common denominator, but you can also use certificates with AD.
Hello, I am a developer from China. I would like to ask a question about how to make remote login users have the same credentials as those who log in locally.@
Owner
SteveSyfuhs
Hello there, great product:
I am using CredentialProvider to develop my custom login method,After my research,the Credential Provider seems to require the user's original Windows password. my question is : Is the Credential Provider have to know the original Windows password, and pass it to the operating system for verification, Otherwise the user cannot log in successfully?
The text was updated successfully, but these errors were encountered: