Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: DefaultAzureCredential
fullName: azure.identity.DefaultAzureCredential
module: azure.identity
summary: "A credential capable of handling most Azure SDK authentication scenarios.\
\ For more information, See\n[Usage guidance for DefaultAzureCredential](\"https://aka.ms/azsdk/python/identity/credential-chains#usage-guidance-for-defaultazurecredential\"\
).\n\nThe identity it uses depends on the environment. When an access token is needed,\
\ For more information, See\n[Usage guidance for DefaultAzureCredential](https://aka.ms/azsdk/python/identity/credential-chains#usage-guidance-for-defaultazurecredential).\n\n\
\ The identity it uses depends on the environment. When an access token is needed,\
\ it requests one using these\nidentities in turn, stopping when one provides a\
\ token:\n\n1. A service principal configured by environment variables. See <xref:azure.identity.EnvironmentCredential>\
\ for more details. \n\n2. WorkloadIdentityCredential if environment variable configuration\
Expand Down