-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_pszQualifiedUserName is giving null for cached users. #5
Comments
Set |
Yeah I checked the log and |
Can you make a new commit in your branch and I will check it. You can make this branch private if you don't want others to see it. |
I got where I was doing wrong I didn't specify |
Can you tell me when does the control enter |
Only domain user that has locally stored account after previous logon. Not for domain user that never logged on this PC. It was important for me to detect login from full name because they are stored in the same field (that's how I remember this - you have to double check on this info). Also there were backward compatibility issues for credential provider V1 - so without installing all the virtual machines and debugging I cannot tell for sure why it was needed. I remember there were different scenarios between win 8.0 and win 8.1 and win 10. |
Okay thanks and one more thing is I tried adding the machine to azure ad and installed the credential provider and what happens is it is not displaying the credential provider in sign in options for other user tile and displays for all cached user tiles sign in options where as it is showing on other user tile sign in options and for cached user tiles sign in options as well, when joined to local domain. Any thoughts? |
I never tested azure domain, sorry:/ |
No problem, Thank you for sparing time to reply me! |
Hi, this project regarding credential provider is really great I have took this project as reference and I have been developing a new credential provider so my problem is some times
_pszQualifiedUserName
is being returning null ingetSerialization
method for cached user tiles(user tiles that are displayed on left bottom corner of login UI) when trying to login, how ever if I am trying to login from other user tile every thing is working fine. I am really stuck at this point can you please help me out and point me in the right direction, please let me know if you need to see the code snippet ofgetSerialization
method. Thank you!The text was updated successfully, but these errors were encountered: