1. Kelly Kranabetter
  2. PowerBuilder
  3. Wednesday, 19 February 2020 23:49 PM UTC

I'm using a Git repository on Azure Devops. I had gotten authentication working by using an alternative credential set up in Devops. Unfortunately Microsoft has announced they are removing alternative credentials from Devops:

https://devblogs.microsoft.com/devops/azure-devops-will-no-longer-support-alternate-credentials-authentication/

So I'm trying to move off alternate credentials but I just can't seem to get Connect to Workspace to authenticate against Devops (and this is the reason I'd been using alternative credentials). Any ideas on how to configure or debug Git authentication for Devops?

Note: Git command line and TortoiseGit automatically authenticate with my domain logon.

 

Tom Jiang @Appeon Accepted Answer Pending Moderation
  1. Thursday, 20 February 2020 07:07 AM UTC
  2. PowerBuilder
  3. # 1
Hi Kelly,
 
You can authenticate using a personal access token (PAT) in this case. Basically, you can generate a PAT on Azure DevOp and use it as both your user name and password in PB IDE.
Username: yourPAT
Password: yourPAT
 
You can refer to the following link for more information:
https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=current-page
 
Regards,
 
Tom Jiang
Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.