binxio / list-azure-devops-account-ids

Quickly find the Azure DevOps account using this Python snippet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List Azure DevOps Account IDs

Quickly find the Azure DevOps account IDs (a.k.a. hostId) using this Python snippet.

Why do I need the account ID?

To specify the issuer of Azure DevOps OIDC tokens: https://vstoken.dev.azure.com/<accountId>.

Can't I find the account ID on the UI?

Nope :-(

Run

  1. Configure your Azure credentials
az login
  1. Run the snippet
make run

About

Quickly find the Azure DevOps account using this Python snippet.


Languages

Language:Python 75.5%Language:Makefile 24.5%