Earlier one of my team members have generated the personal access token in the AzureDEvops and integrated it with the sonarQube cloud. It was working fine for few weeks and all of sudden we are seeing issue with the token as its saying invalid. That token was created by another person from our team. Now I am trying to create new pap token but still it shows below error
failed authentication, the token used is likely not valid
Hey there.
Azure tokens requires that a user log in every 30 days, or it automatically kills a PAT. This is likely what happened with your orgiginal PAT (or it simply expired).
Do you have the same permissions as that other person? The requirements are also linked in the doc I linked just above.
Yes, now I have