# Which authentication modes does OpsHub Integration Manager support for Team Foundation Server (TFS)/

### Description

Out of the multiple authentication modes supported by Team Foundation Server (TFS)/Azure DevOps, <code class="expression">space.vars.SITENAME</code> supports 2 modes.

### Solution

Following are the authentication modes that are supported by <code class="expression">space.vars.SITENAME</code> for Team Foundation Server (TFS)/Azure DevOps:

* **Basic**
  * For Team Foundation Server (TFS), **Basic** authentication requires UserName prefixed with Domain Name and Password. For NTLM, **Basic** authentication mode is used.
  * For Azure DevOps, **Basic** authentication requires Email Id and **Alternative Credentials**. Refer [*Alternative Credentials*](/opstech-docs/connectors/azure-devops.md) section to learn how to enable the **Alternative Credentials**.
* **Personal Access Token**
  * For Azure DevOps, **Personal Access Token** authentication requires Email Id and **Personal Access Token**. Refer [*Personal Access Token*](/opstech-docs/connectors/azure-devops.md#create-personal-access-token) section to learn how to create a new personal access token.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opstech.gitbook.io/opstech-docs/help-center-index/faqs/tfs-faqs/auth-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
