-
Notifications
You must be signed in to change notification settings - Fork 1
TokenExplorer
Tore Nestenius edited this page Mar 18, 2025
·
5 revisions
This tool facilitates exploring and retrieving access tokens using various Azure identity token credentials.
This tool provides a mechanism for developers to test and understand the behavior of different Azure identity TokenCredentials when obtaining access tokens. This can be useful for debugging, performance testing, and ensuring the correct credentials are used in different scenarios.
The tool supports specifying an optional ClientID and is supported by the ManagedIdentityCredential and DefaultAzureCredential credential types. The ClientId form field is populated by the environment variable AZURE_CLIENT_ID by default.