Skip to content
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

Git credential manager does not support security key #1776

Open
paulcull-msft opened this issue Nov 22, 2024 · 5 comments
Open

Git credential manager does not support security key #1776

paulcull-msft opened this issue Nov 22, 2024 · 5 comments
Labels
auth-issue An issue authenticating to a host

Comments

@paulcull-msft
Copy link

Version

2.0.194-beta+819e6bc120

Operating system

Windows

OS version or distribution

WIndows 10

Git hosting provider(s)

Azure DevOps

Other hosting provider

No response

(Azure DevOps only) What format is your remote URL?

https://dev.azure.com/{org}

Can you access the remote repository directly in the browser?

Yes, I can access the repository

Expected behavior

Git credential manager allows me to use a security key, which is the only thing that my organization allows me when working from home.

Actual behavior

There is no support for security keys, which means I cannot work from home.

Logs

No logs, security key is not supported. My corporation only allows this so I cannot work from home as I am unable to login.

@paulcull-msft paulcull-msft added the auth-issue An issue authenticating to a host label Nov 22, 2024
@Cruzillian
Copy link

Hello, it's me Phantom-J 🌹

@mjcheetham
Copy link
Collaborator

Version
2.0.194-beta+819e6bc120

@paulcull-msft you are running a very old version of GCM here. This is from July 2020. Please can you update to the latest Git, which should include the latest GCM.

Once updated, in order to use security keys you will want to enable authentication with the Windows broker as well as OAuth token mode for Azure DevOps.

git config --global credential.msauthUseBroker true
git config --global credential.azreposCredentialType oauth

@paulcull-msft
Copy link
Author

paulcull-msft commented Dec 3, 2024 via email

@paulcull-msft
Copy link
Author

paulcull-msft commented Dec 4, 2024 via email

@paulcull-msft
Copy link
Author

paulcull-msft commented Dec 6, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth-issue An issue authenticating to a host
Projects
None yet
Development

No branches or pull requests

3 participants