I want to change the authentication logic of the existing password credential provider

136 Views Asked by At

I built a custom credential provider , this provider is being loaded as an extra sign in option in the windows logon screen and working perfect as expected but I want only that provider to be loaded and not the default password provider. Also I neither want to disable/delete the existing or default system credential providers. In simple words I just want to change the placeholder text and authentication logic of the password credential provider and if in case my dll gets deleted, the default password provider has to be loaded with no trouble.Can someone tell me how to acheive this or is there any way so that only my provider has to be the only signin option for the user?

0

There are 0 best solutions below