question

hyeyeon avatar image
0 Votes"
hyeyeon asked TeemoTang-MSFT answered

How can i bypass the windows login without password in custom credential provider?

Hi.
How can i bypass the windows login without password in custom credential provider?

windows-server
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

TeemoTang-MSFT avatar image
0 Votes"
TeemoTang-MSFT answered

Please refer to this similar case for a hint:
Windows 10 Custom Credential Provider: Authenticate without Windows password
https://stackoverflow.com/questions/57121718/windows-10-custom-credential-provider-authenticate-without-windows-password

Your provider must return to the Logon UI or Cred UI the authentication information. It can be a login/password pair or a certificate based authentication.
Inside of your database you can store a real user's password and return it after checking your own OTP


If the Answer is helpful, please click "Accept Answer" and upvote it.
Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.