Questions tagged [credential-manager]

Credential Manager allows you to store credentials, such as user names and passwords that you use to log on to websites or other computers on a network.

Credential Manager allows you to store credentials, such as user names and passwords that you use to log on to websites or other computers on a network. By storing your credentials, Windows can automatically log you on to websites or other computers. Credentials are saved in special folders on your computer called vaults. Windows and programs (such as web browsers) can securely give the credentials in the vaults to other computers and websites. For information about saving credentials in a vault.

120 questions
1
vote
0 answers

Git-Credential-Manager-for-Windows also saves invalid credentials

I am using the Git-Credential-Manager-for-Windows version 1.6.0 (also tried 1.5.0) from here: https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases The Git-Credential-Manager-for-Windows is included Git for Windows I am using…
nintendoluk
  • 31
  • 1
  • 6
1
vote
0 answers

Can multiple applications access the same credential manager record?

I am using below code in AppOne to add a credential to Web Credentials in Windows Credential Manager. var vault = new Windows.Security.Credentials.PasswordVault(); vault.Add(new Windows.Security.Credentials.PasswordCredential("AAA", "user1",…
spspli
  • 3,128
  • 11
  • 48
  • 75
1
vote
0 answers

Service Logins - How to store credentials

In a legacy system (written in C# running on Windows) services need to use other services. One service is responsible to act upon visitors coming or leaving. The services have to authenticate themselves through a REST API with a user and a password…
tobre
  • 1,347
  • 3
  • 21
  • 53
1
vote
1 answer

Use windows 7 use Credential Manager for saving passwords (.NET 2.0)

is it possible to access the Windows security class in .NET 2.0 (C#) and saving/reading data from it? ( Credential Manager ) I mean the "Credential Manager" where windows saving the Remotedesktop authentication data etc. Or if not how i can save…
PatrickB
  • 3,225
  • 5
  • 31
  • 55
1
vote
1 answer

Jenkins does not detect GIT credentials from Windows Credential manager

I have 2 copies of GIT repositories let's call them "origin" and "backup". What I want to achieve is the following. My team constantly keeps pushing and syncing their changes to "origin", however I want to ensure that I have a copy of "origin" in a…
Parth
  • 367
  • 6
  • 18
1
vote
3 answers

Remove any entry from web credentials portion of credential manager programmatically

I am developing a WPF desktop application that will only allow 3 metro apps to be used by any user i.e. FB, Skype, Viber. As soon as user End His Session via my application I have to remove the credentials used by the user to login to these apps. I…
Mustehsan Ikram
  • 218
  • 2
  • 4
  • 15
1
vote
1 answer

Batch Scripts - Access Windows Credential Manager passwords (Or how to encrypt and use passwords)

I have a batch script on SERVER A that activates a scheduled task on SERVER B using the 'schtasks' command. This command requires a userrname and password to access the other server, but we don't want to store this data in plain text. Is there a way…
0
votes
1 answer

CredentialManager with GoogleId always "cancelled"

Whichever way I implement compose credential manager, I get an exception GetCredentialCancellationException: activity is canceled by the user. The manager shows a dialog with my Google accounts, I choose one and then there is a "consent screen" with…
Majkeee
  • 960
  • 1
  • 8
  • 28
0
votes
0 answers

Manually trigger Browser Password Manager to save Credentials

I have several Angular web app hosted on app.example.com, app2.example.com, app3.example.com and so on. The login process happens into a dedicated component of the app. However when an user registers, the process is hosted into an iframe. The iframe…
0
votes
1 answer

OAuth: Unable to use AWS EC2 instance for Authorized redirect URIs

I am trying to use the URL of my AWS EC2 instance for my Authorized redirect URI but I am receiving an error: 'Invalid Redirect: must use a domain that is a valid top private domain ' What are my options? This is the AWS URL I am trying to…
0
votes
0 answers

UWP: Web credentials cannot be backup

We are developping a application using UWP, we have sensible data that we have stored using PasswordVault. Regarding this step, no issue. This morning we realise that an administrator can export a backup to restore its credential locker. To POC this…
scadra08
  • 31
  • 1
  • 4
0
votes
0 answers

How to retrieve windows credential name using ansible?

win_credential ansible module could be used to create or remove credentials in Windows Credential Manager. Is there a way to retrieve user name (I don't need password) from it? I need it to verify if correct credentials are set in my portfolio.
jing
  • 1,919
  • 2
  • 20
  • 39
0
votes
0 answers

Storing Remote Desktop credentials with CredentialCache

I can't seem to get RDP credentials to store in the credential manager. I started with something like this: CredentialCache credentialCache = new CredentialCache(); credentialCache.Add(new Uri("TERMSRV//RemoteMachine"), "Digest", new…
Iunknown
  • 347
  • 1
  • 2
  • 16
0
votes
1 answer

How to share azure storage credentials in my organisation to external organization securely

Currently Azure AD B2C is not allowed in my organization. we are using encrypted emails for credential exchange.. What are the diff ways we can securely share azure storage credentials across organization...
0
votes
0 answers

Windows credential set for all users

Currently looking into setting credentials for all the users which are able to login on the machine. But somehow I am not able to do so. What I have tried is using the solution in this thread: Similar question So actually setting the account…
Marab
  • 27
  • 3