Skip to content

Commit

Permalink
clients/builder: defaulting to ADAL for now until #14403 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jan 20, 2022
1 parent 41b8584 commit b489583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/clients/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func Build(ctx context.Context, builder ClientBuilder) (*Client, error) {
}

// Key Vault Endpoints
keyVaultAuth := builder.AuthConfig.BearerAuthorizerCallback(ctx, sender, oauthConfig)
keyVaultAuth := builder.AuthConfig.ADALBearerAuthorizerCallback(ctx, sender, oauthConfig)

// Batch Management Endpoints
batchManagementAuth, err := builder.AuthConfig.GetADALToken(ctx, sender, oauthConfig, env.BatchManagementEndpoint)
Expand Down

0 comments on commit b489583

Please sign in to comment.