Questions tagged [windows-credential-provider]

27 questions
0
votes
0 answers

Checking for configured biometric Windows Hello methods programatically?

I am writing a application in PowerShell which shortly has the function of enabling / disabling credential providers for end users without requiring elevation. Theres a service in the background that does all the changes. I want the application to…
0
votes
0 answers

Creating Custom UI for Change Password Screen

I want to customize the change password screen by adding some new password requirements as a simple text or label. I am working on a VM that has an AD server with a list of users to whom I can connect through an RDP connection. Due to the lack of…
0
votes
0 answers

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

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…
0
votes
0 answers

GCloud proxy failure when same when works in web

I'm using Windows and GCP. My company uses an authenticated proxy. Normally, the browser is able to fetch the correct proxy settings without issue. However, gcloud asks for the proxy and so I set by answering the settings questions in gcloud info…
Woodsman
  • 901
  • 21
  • 61
0
votes
0 answers

Credential Provider with Azure AD Work account

I have been building a credential provider in C++, I was able to make it work with azure ad by passing credentials and user with "azuread\username". Now If end user change its password using some other method, credential provider dont accept new…
0
votes
0 answers

Custom Credential Provider - How to enter password only once over RDP?

When using Custom Credential Provider, you must enter the password 2 times. How to enter a password once and then the OTP code? I know the documentation says it's not possible, but I've seen a working example. I have looked at several threads on…
0
votes
0 answers

How to implement a customized Security Support Provider to auth a user on a cloud?

I want to provide an authentication mechanism on Windows for a user on a cloud. The credential provider mostly satisfies this requirement with the premise that the user is a local user, Microsoft account or a domain user of this PC. But I also would…
0
votes
0 answers

LsaLogonUser in a WCP context to sign in into windows is not working

When I boot my computer, I am attempting to have sign in into Windows without having to enter credentials. These credentials are available and entered from other means (which excludes the solution of using the winlogon default registry values), in a…
Alex
  • 365
  • 4
  • 17
0
votes
0 answers

why some account can auto login some account can not?

i implement GetCredentialCount and GetSerialization and other function to control windows auto login. one account can auto login, but another account can not auto login. how can i modify configuration to auto login successful ? succ fail another…
0
votes
0 answers

Handle OTP from pgina

I'm using pGina open source project for winlogon process. I want to add new text field on windows logon screen with "Otp" field. Basically, I want to create and handle otp field into windows logon screen. -Username, -Password, -Otp. Anyone use pGina…
0
votes
0 answers

How to get the SAM compatible domain name on a Hybrid domain computer?

EDIT: Thank you @RbMm for your clarification questions! I am implementing MFA in a credential provider (not a wrapper provider). One of the options I must support is to verify the same UPN is used for logging in to the computer and validating with…
0
votes
0 answers

How to use windows Credential with XML reader in C#?

I have a XML URL and it use windows credential. I wrote a test code but I have no idea how to use in XmlReader. Could anyone help me to authentication code on Xmlreader? Here is simple base code. WebRequest request =…
Karippery
  • 85
  • 1
  • 9
1
2