Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (7k points)
edited by

We migrated from on-premise TFS server to Azure DevOps. We use TFVC for source control.  Getting following exception 

FATAL: This server requires federated authentication but no mechanism was available to handle it. com.microsoft.tfs.core.exceptions.TFSFederatedAuthException: This server requires federated authentication but no mechanism was available to handle it.

1 Answer

0 votes
by (31.9k points)
edited by

Azure DevOps uses OAuth to communicate by default. Setting your username and password will not work. You need to generate a Personal Access Token and then pass that in.

For the username pass in .(dot), for the password your generated personal access token.

Want to become Azure Developer, check out this Microsoft Azure Training.

Browse Categories

...