Skip to content

Commit

Permalink
allow interactive browser credential
Browse files Browse the repository at this point in the history
  • Loading branch information
pohhsu committed Jun 28, 2023
1 parent 2cfa8b0 commit 4c4327e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ static IServiceCollection SetupServices(GlobalOptions options, TraceListener? li
.AddSingleton<TokenCredential>(
new DefaultAzureCredential(new DefaultAzureCredentialOptions
{
//ExcludeSharedTokenCacheCredential = true,
ExcludeInteractiveBrowserCredential = true
// ExcludeSharedTokenCacheCredential = true,
// ExcludeInteractiveBrowserCredential = true
}))
.AddSingleton(options)
.AddSingleton(console)
Expand Down

0 comments on commit 4c4327e

Please sign in to comment.