{"id":24601282,"url":"https://github.com/skibish/aadtoken","last_synced_at":"2026-05-02T01:34:46.827Z","repository":{"id":64308102,"uuid":"494714368","full_name":"skibish/aadtoken","owner":"skibish","description":"Grab Azure AD token quickly","archived":false,"fork":false,"pushed_at":"2022-05-21T10:26:15.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-04T12:56:03.933Z","etag":null,"topics":["aad","active-directory","aks","aks-kubernetes-cluster","azure","azure-active-directory","azure-kubernetes-service","go","golang","pod-identity"],"latest_commit_sha":null,"homepage":"https://github.com/skibish/aadtoken","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skibish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-21T07:39:05.000Z","updated_at":"2023-05-04T18:15:47.000Z","dependencies_parsed_at":"2023-01-15T11:15:18.795Z","dependency_job_id":null,"html_url":"https://github.com/skibish/aadtoken","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/skibish/aadtoken","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibish%2Faadtoken","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibish%2Faadtoken/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibish%2Faadtoken/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibish%2Faadtoken/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skibish","download_url":"https://codeload.github.com/skibish/aadtoken/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibish%2Faadtoken/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32520156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"ssl_error","status_checked_at":"2026-05-02T01:12:54.261Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aad","active-directory","aks","aks-kubernetes-cluster","azure","azure-active-directory","azure-kubernetes-service","go","golang","pod-identity"],"created_at":"2025-01-24T14:48:39.786Z","updated_at":"2026-05-02T01:34:46.812Z","avatar_url":"https://github.com/skibish.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Active Directory (Azure AD) Token\n\nGet AAD token quickly.\n\n## Docs\n\n```txt\naadtoken [scope]\n\nGet AAD token by providing a scope.\n```\n\nFor more details, [it is based on Azure SDK](https://docs.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication).\n\n## Usage\n\n### Azure Kubernetes Service (AKS)\n\nUsing [AAD Pod Identity](https://github.com/Azure/aad-pod-identity).\n\n```bash\n$ kubectl run aadtoken \\\n  --rm \\\n  --attach \\\n  --image=skibish/aadtoken \\\n  --image-pull-policy=Always \\\n  --labels=\"aadpodidbinding=\u003cyour value\u003e\" \\\n  --restart=Never \\\n  \"a6a0b2e1-d5d6-4b33-93c8-68125d41b9e7\"\n\neyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c\n```\n\n### CLI\n\n```bash\n$ aadtoken \"a6a0b2e1-d5d6-4b33-93c8-68125d41b9e7\"\neyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c\n```\n\n## Motivation\n\nWorking with Azure, Azure AD based services from time to time you need to generate the token for various reasons.\nFor example:\n\n* verify connection to services\n* check the token\n\nThis tool is a helper to do it faster.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskibish%2Faadtoken","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskibish%2Faadtoken","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskibish%2Faadtoken/lists"}