hickford / git-credential-oauth

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

Azure DevOps #26

Open hickford opened 1 year ago

hickford commented 1 year ago

Tested with dev.azure.com, it works

Fixes #27

Caveats because Azure DevOps doesn't support OAuth public clients:

  1. Redirect URL https://127.0.0.1:53119 has fixed port
  2. HTTPS redirect URL so you may see certificate errors
  3. Client secret exposed in source code

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