Questions tagged [windows-credential-provider]
27 questions
7
votes
1 answer
How to add a github personal access token into windows credentials (windows 10)
How can i properly assign the new token to windows credential ? i did the same thing in macos : put the token in the keychain access and it works, no more filling user/pass manually.
In windows 10 , i followed this link :
Support for password…

andio
- 1,574
- 9
- 26
- 45
4
votes
1 answer
Implementing a Windows Credential Provider
I recently discovered the windows-rs framework and have been looking to build a Windows Credential Provider in Rust by implementing their ICredentialProvider COM interface.
I've been working on a proof-of-concept implementation using the information…

IHaxYou
- 53
- 7
2
votes
0 answers
How to submit biometric authentication data via GetSerialization function in V2 Credential Provider?
I'm implementing a V2 Credential Provider which invoke Windows Biometric Framework API to verify user fingerprint.
Now V2 CP is built and could be load by LogonUI, but i don't know how to organize the serialized data for GetSerialization after a…

Charles.W
- 43
- 6
2
votes
1 answer
Credential Providers V2 - Add code after submit and check user's password
How do I add my code after click submit button and check user password?
I add my code in GetSerialization function after successfully calling KerbInteractiveUnlockLogonPack and RetrieveNegotiateAuthPackage. But in this state first run my code and…

VOLVO
- 541
- 5
- 16
2
votes
1 answer
Register DLL without moving it to System32 in Windows 10 64 bit
I have to register dll in Windows registry for Custom Credential Provider. Current register.reg looks like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential…

Shaheryar
- 73
- 8
2
votes
0 answers
C++ How to add second screen(for 2FA) in Credential Provider V1?
Hi, I am working on wrapping existing credential provider in Windows 10. I have used Sample Code from https://github.com/Stexir/CredentialProvider/tree/501d955f02535b58bf10e09f3f3edaefa7a77fe8/samplewrapexistingcredentialprovider. I have modified…

Shaheryar
- 73
- 8
1
vote
0 answers
Custom credential provider: pass data to logon session
I am in process of building a custom credential provider (ICredentialProvider) to allow hardware based Windows login.
I wonder if there is a way for passing additional data (e.g. serial number of token or similar) from the credential provider…

Ratlos
- 21
- 3
1
vote
0 answers
Windows Credential Provider - Change User name Label on new Tile
I use my credential provider for RDP login on server windows.
I customize UpdateRemoteCredential to transport login data like as username and password. and I can login successfully by the user and pass:
pcpcsOut->ulAuthenticationPackage =…

VOLVO
- 541
- 5
- 16
1
vote
0 answers
Credential Provider - How to check the the username and password first?
I have a windows credential provider v2 (Windows 10) for add OTP authentication to password login. So after entering the password, the user must enter OTP to login windows.
My problem is that even if the wrong password is entered, the operation…

VOLVO
- 541
- 5
- 16
1
vote
0 answers
How to load a transparent Tile Image on Windows 10 Credential Provider?
I am trying to load an image as a tile on a Windows 10 Credential Provider that was originally written to work on Windows 7. But now the images on Windows 10 are a circle instead of a square and would like to have the rounded edges transparent. I…

Jose
- 11
- 2
1
vote
1 answer
Windows credential provider not shown in 21H1
--- UPDATE---
--- This post is possibly a duplicate one since my account StackOverflow is somehow restarted today ---
I already post this question as https://superuser.com/questions/1662866/windows-credential-provider-not-shown-in-21h1
But The only…

MH Rahman
- 81
- 8
1
vote
1 answer
how to make a v2 credential provider initialize its credentials without `ICredentialProviderUser` object?
i built a V2 credential provider sample and registe it to windows10, the provider can be load and displayed in unlock screen after i click "Sign-in options", but the provider can not be displayed in power-on/switch-user logon screen. i put some log…

Charles.W
- 43
- 6
1
vote
0 answers
How do i check for windows credential prompt and fill it in automatically?
How do i check if i am being prompted for windows credentials in c# windows forms and fill in the prompt and click ok automatically?
user12933372
1
vote
1 answer
Credential Providers V2 Active for All users(Tiles)
I use sample code of "Credential Providers in Windows 10". I develop my code and change it very good.
But I have some problem with it:
It is not enable (Show tile) for all users in my windows. (Show for one user only)
I See this…

VOLVO
- 541
- 5
- 16
1
vote
0 answers
SmartCard Custom Credential Provider
https://social.msdn.microsoft.com/Forums/vstudio/en-US/86f77b01-6da7-4321-8c57-563d9441de76/smartcard-custom-credential-provider?forum=windowssecurity
I want to implement Custom WindowsCredentialProvider which unlock windows session by SmartCard.…

Peyman
- 3,068
- 1
- 18
- 32