Azure DevOps Personal Access Token with Organization
Description
General
-
Documentation: https://docs.microsoft.com/en-us/azure/devops/cli/log-in-via-pat?view=azure-devops&tabs=windows
-
Summary: Azure is a cloud computing service. The Azure DevOps personal access tokens are used to authenticate with the command line interface.
-
IPs allowlist: See API Management policies.
-
Scopes: Keys are specific to an API.
Revoke the secret
From within the organization page, the token can be revoked on the "Personal Access Tokens" page of the user.
Check for suspicious activity
Azure gives access to detailed logs, see Azure platform logs.
Details for Azure devops pat with org
-
Family: token
-
Category: cloud_provider
-
Company: Microsoft
-
High recall: False
-
Validity check available: True
-
Analyzer available: False
-
On-premise instances exist: False
-
Only valid secrets raise an alert: False
-
Minimum number of matches: 2
-
Occurrences found for one million commits: 0.114
-
Prefixed: False
-
PreValidators:
- type: ContentWhitelistPreValidator
patterns:
- azure
Examples
- text: |
# Azure devops
organization = "lothal"
token = "AYxcVX6IGTtu16vzSkSagvwfyBOyH9q2Od1ztEzH772dbeJ2xC5sJQQJ99BDACAAAAAxREYTAAASAZODv3qo"
organization: lothal
apikey: AYxcVX6IGTtu16vzSkSagvwfyBOyH9q2Od1ztEzH772dbeJ2xC5sJQQJ99BDACAAAAAxREYTAAASAZODv3qo
- text: |
URL = "https://dev.azure.com/lothal/_apis"
DEVOPS_PAT = "AYxcVX6IGTtu16vzSkSagvwfyBOyH9q2Od1ztEzH772dbeJ2xC5sJQQJ99BDACAAAAAxREYTAAASAZODv3qo"
organization: lothal
apikey: AYxcVX6IGTtu16vzSkSagvwfyBOyH9q2Od1ztEzH772dbeJ2xC5sJQQJ99BDACAAAAAxREYTAAASAZODv3qo
- text: |
organization: "https://dev.azure.com/andor/"
AZURE_DEVOPS_PAT: 3ihGL4uHYzXLxg47czeGv98KKY7dVCnEcB6oUDh3WqfLHj1H8DFTJQQJ99BBACAAAAAcEVCYAAASAZDO6I2U
organization: andor
apikey: 3ihGL4uHYzXLxg47czeGv98KKY7dVCnEcB6oUDh3WqfLHj1H8DFTJQQJ99BBACAAAAAcEVCYAAASAZDO6I2U
- text: |
org: "https://dev.azure.com/dagobah/"
AZURE_DEVOPS_PAT: 3ihGL4uHYzXLxg47czeGv98KKY7dVCnEcB6oUDh3WqfLHj1H8DFTJQQJ99BBACAAAAAcEVCYAAASAZDO6I2U
organization: dagobah
apikey: 3ihGL4uHYzXLxg47czeGv98KKY7dVCnEcB6oUDh3WqfLHj1H8DFTJQQJ99BBACAAAAAcEVCYAAASAZDO6I2U