credential-manager Questions
2
Trying to login with the Google Button in my android app using the credential manager, but the login shows the activity is cancelled by the user while choosing the gmail account from the popup. But...
Bowdlerize asked 26/12, 2023 at 12:50
1
Solved
I'm learning Kotlin/Compose by making a to-do app with Firebase. Right now I'm trying to add Google sign-in. At first, I had been following a YouTube tutorial, but the API it was using turned out t...
Helicopter asked 16/5 at 6:51
12
Am on Windows 10 64-bit running git version 2.33.1.windows.1 against Azure repos. Since my last update I get the following error when cloning a rep using TortoiseGit v2.13.0.1 (latest version).
git...
Rika asked 20/4, 2022 at 13:57
2
Solved
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 ...
Oireachtas asked 2/9, 2023 at 14:5
3
Solved
I am trying to add and retrieve credentials from Windows Credential Manager using a command prompt.
To add a new credential, I have the command like below and it works perfectly:
cmdkey /add:test...
Slick asked 12/2, 2015 at 6:39
7
I'm using PowerShell 2.0 (necessary because of SP2010) On Windows Server 2008 R2. I need to retrieve credentials for a process from the Windows Credential Manager. I can't seem to make it work.
I...
Oxa asked 17/3, 2015 at 15:32
1
When you connect to the Outlook account, a 'MicrosoftOffice16_Data:SSPI:[email protected]' entry is created in the credential manager. How can I get the modification date of this record in Pow...
Gazette asked 26/10, 2023 at 10:55
1
Solved
git version 2.41.0.windows.2
PowerShell version 7.3.5
When I run git credential-manager github list, credential manager shows the same account twice:
PS C:\Users\<redacted>\dev\src\cs\<red...
Juggle asked 17/7, 2023 at 16:39
4
I have two different github accounts and two repositories. When cloning the repositories I have used the correct username.
But When I want to commit I am not able to choose between the users. It p...
Squiggle asked 8/1, 2015 at 12:45
3
At the moment we store the passwords in a plain text file to sign into git and other services. We want to finaly get rid of it and use the windows credential manager. The only problem we are facing...
Collette asked 4/12, 2020 at 13:17
4
Solved
I have a git repository set up on bitbucket
$ git remote -v
origin https://[email protected]/myusername/my_repository_name.git (fetch)
origin https://[email protected]/myusername/my_repo...
Donadonadee asked 3/3, 2017 at 17:20
4
Solved
I am currently implementing a "remove settings" for all users in a Windows uninstaller and came over an issue I am not even sure is possible to solve.
The application stores credential entries for...
Schriever asked 13/9, 2016 at 19:54
2
Solved
So far, to store and retrieve secrets (like credentials) in .NET applications, I successfully used the CredentialManagement package on Windows. Now I'd like to go cross-platform.
So I need to acces...
Delrosario asked 2/8, 2021 at 8:8
1
cmdkey seems to be unable to delete credentials by target name when said name includes a space and a dash -
I have a credential Test Credential - Iteration1 which I want to delete, but when ...
Moonstone asked 27/7, 2018 at 20:43
1
Solved
I have setup GitforWindows in my Windows 7 64Bit pretty well with Credential manager as "Wincred".
Yet when I run some commands like git remote prune origin in GitBash, it gives following error in...
Ardenardency asked 6/11, 2018 at 22:43
1
Solved
I have a CodeCommit repo that I'm trying to connect to from the command line of Windows 7.
My intention is to use the aws configure / aws credential helper method as I prefer this, in this context...
Baribaric asked 9/10, 2018 at 18:17
0
I have looked at this question's selected answer,
Retrieve Credentials from Windows Credentials Store using C#, which uses the CredentialManagement NuGet package to get and set credentials on Windo...
Gaygaya asked 28/2, 2018 at 15:34
0
Trying to run a demo for the webautn spec (https://www.w3.org/TR/webauthn/) available (https://github.com/molekilla/webauthn-demo-fork) under Firefox Nightly.
getMakeCredentialsChallenge({
userna...
Tabathatabb asked 6/2, 2018 at 18:45
2
Solved
I'm having issues accessing my private GitHub repos. I believe the source of the problem is the user credentials that are "magically" used by Git (v 2.9.2 on Windows).
I've been using multiple Gi...
Straightjacket asked 28/7, 2016 at 13:28
0
When a website does not have a valid SSL certificate Chrome does not allow saving passwords.
Is there a workaround or a flag to enable this?
Gracielagracile asked 27/4, 2017 at 15:1
1
Solved
Using the Windows.Security.Credentials.PasswordVault class, I can access the passwords stored under "Web Credentials" in the Windows Credential Manager:
using System;
using Windows.Security.Creden...
Ajani asked 23/3, 2015 at 15:36
1
Solved
I build a C# program, to be run on Windows 10. I want to send emails from this program (calculation results) by just pressing a button. I put the from: e-mail address and the subject:, etc. in...
Superabound asked 13/9, 2015 at 10:30
1
Solved
I am using the Credential Manager API as per this answer. Quoting relevant code snippet:
public static Credential ReadCredential(string applicationName)
{
IntPtr nCredPtr;
bool read = CredRead(a...
Florescence asked 20/3, 2014 at 9:15
1
© 2022 - 2024 — McMap. All rights reserved.