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

How to get username and password from Credential Manager?

In application.properties I want to store these…
xRay
  • 543
  • 1
  • 5
  • 29
0
votes
0 answers

How to access the web credentials from a .NET app?

I am trying to figure out how the credential manager works to store network credentials. When going to control panel and opening the credential manager, under the web credentials there are many entries but under the "website address" they all have…
0
votes
0 answers

How to store the Credentials/Important information in Ubuntu like we do in Windows Credentials Manager?

How can I store my credentials securely on Ubuntu 20.04? I need those credentials to call up my API from the device or access some of my encrypted files which are on my device. If anyone get hands on my device, then they shouldn't be able to access…
0
votes
0 answers

How can I stop saving credentials in windows credential manager?

Why is windows credential saving my git password without my knowledge ? I am saving my config file in text format ( for portability reasons) by using the below command. It works fine even after I deleted the git credential from the windows…
0
votes
0 answers

Add, access and read Generic Credentials for a Specific User in .net Application

i want to add generic credentials to Credential Manager for a specific user. I tried using impersonation but it gives error "A specified logon session does not exist. It may already have been terminated". When i do not use "impersonation", I can add…
0
votes
0 answers

Windows Credential manager fetching old- cached password

We have a windows service, which fetches username and password from windows credential manager to pass it to git.exe to commit\push changes on the fly. We recently changes the password of the account, But we are still getting old password. Tried…
Dev
  • 11
  • 1
0
votes
0 answers

How many entries could WildFly Credential Store handle without decreasing the application server's performance?

I am using WildFly 17 for deploying a Java Web-based JSF / PrimeFaces appllication, which also uses MySQL for storing data. After reading several links about the WildFly credential store, like the ones below: Reading passwords stored in WildFly's…
Alex Mi
  • 1,409
  • 2
  • 21
  • 35
0
votes
0 answers

Windows 10 - Changing User Password Remotely WITHOUT Losing Credential Manager

I wish to be able to automate some PCs I manage. Currently, I use Ansible, but I am not opposed to any other tool. The goal is to be able to remotely change the password of an individual user account on a Windows 10 machine without the user losing…
Jibril
  • 967
  • 2
  • 11
  • 29
0
votes
0 answers

Win10 - Powershell - Combining "net user" and "runas" to avoid credential wiping

I'm trying to script / psuedo-automate credential updates. My goal is to be able to change a User Password without being logged in as the user and doing CTRL+ALT+DEL, without losing access to the Credential Manager Secrets that are wiped when a…
Jibril
  • 967
  • 2
  • 11
  • 29
0
votes
1 answer

Error code 1312(NO_SUCH_LOGON_SESSION) while writing to Credential Manager. Scheduled task in Interactive mode

I have an app which run on a VM via a task scheduler. And the app tries to write to the credential manager but fails with error code 1312. The way I start my app on VM from host machine is via code: $password= "password" | ConvertTo-SecureString…
0
votes
1 answer

How to preserve passwords/appdata locally without roaming even if the app is uninstalled - using Credential manager

In UWP Credential manager is a good place to store sensitive information between application uninstallations and installations. I see that the Credential Manager by default enable roaming between devices and can't be turned off programmatically. My…
0
votes
0 answers

Get-StoredCredential does not work anymore with Windows Credentials

Maybe I am wrong, but this used to work previously in my Windows 10 machine, now I recognize I can not run anymore in my Windows 11 machine: It works for Generic Credentials, but does not work with Windows Credentials, tried multiple credentials.…
g.pickardou
  • 32,346
  • 36
  • 123
  • 268
0
votes
1 answer

CredentialManagement returning empty strings in production but not development

I'm having an issue using the Windows credential manager in a project. I am using it to replace the username and password on the connectionString in my appsettings, and in the development and QA environments everything works fine, but in the…
0
votes
1 answer

How to connect windows credential manager with ubuntu

Actually i need some help to connect ubuntu with windows credential manager. Because when I want to push something on my repository ubuntu always want password (Acces token). I tried git bash and cmd. They're fine with windows credential manager but…
FF1ZZL3
  • 19
  • 5
0
votes
1 answer

Conflict occurred attempting to store application_credential - Duplicate entry found with name monitoring

As i am trying to obtain application credentials on OpenStack using the following command: openstack application credential create monitoring --unrestricted i get an error that says: Conflict occurred attempting to store application_credential -…