...
Learn more about authentication in Azure DevOps.
Anchor | ||||
---|---|---|---|---|
|
...
The following authentication options are available in Azure DevOps.
Excerpt | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Personal Access TokensTo use access tokens, you need to create a personal access token in your Azure DevOps account, where you have to set some Code access scope in your repositories and use it when configuring a VCS root.
Required Access Scope
Alternate Authentication CredentialsTo use the login/password pair authentication, you have to enable alternate credentials in your Azure DevOps account, where you can set a secondary username and password to use when configuring a VCS root. |
Anchor | ||||
---|---|---|---|---|
|
NTLM/Kerberos on Linux and macOS
To use this authentication method, check that your machine includes Kerberos libraries and that the authentication is properly configured. If you encounter any issues, please check the steps described in the Microsoft documentation.
hidden-data |
---|
For more details on this, please see [this post|http://blogs.msdn.com/b/buckh/archive/2013/01/07/how-to-connect-to-tf-service-without-a-prompt-for-liveid-credentials.aspx] or [this document|https://tfs.visualstudio.com/en-us/learn/code/use-git-and-vs-with-tfs]. |
...