Reputation: 383
I am trying to implement a custom authentication package where I can pass only user name from the custom credential provider to custom Authentication package and the Authentication package should check if that user name exists in Sam database if yes it should let me login, I am kind of trying to achieve a password less authentication here. I found the functions that are needed to implement this authentication package in windows documentation here as I am new to development of windows I didn't get much understanding from them, I am looking for a sample code of Authentication package where I can debug that sample and gain some knowledge on how it works.
Upvotes: 1
Views: 1382
Reputation: 9700
This a big topic. Provide some related documents you check and follow:
Without password required you need create your customized Credential Provider.
Creating Custom Security Packages
Winlogon and Credential Providers
Samples:
Upvotes: 3