Skip to content

Commit

Permalink
Merge 2d399d8 into 080e669
Browse files Browse the repository at this point in the history
  • Loading branch information
Javad Rahnama authored Jun 12, 2024
2 parents 080e669 + 2d399d8 commit d96fc75
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,7 @@ private static TokenCredentialData CreateTokenCredentialInstance(TokenCredential
DefaultAzureCredentialOptions defaultAzureCredentialOptions = new()
{
AuthorityHost = new Uri(tokenCredentialKey._authority),
SharedTokenCacheTenantId = tokenCredentialKey._audience,
VisualStudioCodeTenantId = tokenCredentialKey._audience,
VisualStudioTenantId = tokenCredentialKey._audience,
TenantId = tokenCredentialKey._audience,
ExcludeInteractiveBrowserCredential = true // Force disabled, even though it's disabled by default to respect driver specifications.
};

Expand Down

0 comments on commit d96fc75

Please sign in to comment.