Skip to content

TokenExplorer

Tore Nestenius edited this page Mar 18, 2025 · 5 revisions

TokenCredentials Explorer

Overview

This tool facilitates exploring and retrieving access tokens using various Azure identity token credentials.

Purpose

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.

Optional ClientID

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.

Resources

Clone this wiki locally