hickford / git-credential-oauth

A Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth.
Apache License 2.0
445 stars 16 forks source link

Support for Azure DevOps #27

Open hickford opened 1 year ago

hickford commented 1 year ago

Authenticate to Azure DevOps following https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops

Unfortunately Azure DevOps doesn't support OAuth public clients so this is blocked.

Azure DevOps Services only supports the web server flow

Reported upstream https://developercommunity.visualstudio.com/t/post/10184576

hickford commented 1 year ago

An alternative is https://github.com/hickford/git-credential-azure (can't be merged to git-credential-oauth because it has extra dependencies)