The Azure Access Token Generator (ATG) is a tool that helps you quickly generate Azure access tokens for development and testing purposes.
To install the Azure Access Token Generator, you need to have the .NET SDK installed on your system. If you haven't installed it yet, download it from dotnet.microsoft.com/download.
Once you have the .NET SDK installed, open your terminal or command prompt and run the following command:
dotnet tool install azure-access-token-generator -gThe -g option installs the tool globally, so you can run it from any location on your system.
After installing the tool, you can generate Azure access tokens by running the following command:
atgThis command will invoke the Azure Access Token Generator in your command line. Follow any prompts or instructions provided by the tool to generate the tokens you need.
If you'd like to contribute to the Azure Access Token Generator, please fork the repository and submit a pull request. We welcome all improvements, bug fixes, and feature suggestions.
This project is licensed under the MIT License. See the LICENSE file for more information.