Create Multiple Azure Devops Organizations PAT

Updated by Kelly watts

Multiple Azure Devops Organizations PAT

  1. Sign in to your organization (https://dev.azure.com/{Your_Organization}).
  2. From your home page, open user settings  and select Personal access tokens.
    Screenshot showing selection, Personal Access Tokens.
  3. Select + New Token.
    Screenshot showing selection, New Token.
  4. Name your token, select the organization as All accessible organizations , and then set your token to automatically expire after a set number of days.

  1. Select the scopes for this token to authorize for your specific tasks.
     Note
    You might be restricted from creating full-scoped PATs. If so, your Azure DevOps Administrator in Microsoft Entra ID has enabled a policy that limits you to a specific custom-defined set of scopes. For more information, see Manage PATs with policies/Restrict creation of full-scoped PATs. For a custom-defined PAT, the required scope for accessing the Component Governance API, vso.governance, isn't selectable in the UI.
  2. When you're done, copy the token and store it in a secure location. For your security, it doesn't display again.
    Screenshot showing how to copy the token to your clipboard.

Use your PAT anywhere your user credentials are required for authentication in Azure DevOps.


How did we do?