Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MoChilia committed Jun 7, 2023
1 parent 191f357 commit 1d2671c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Cli/AzureCliLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ export class AzureCliLogin {
}
console.log('Attempting az cli login by using OIDC...');
this.loginConfig.getFederatedToken();
if(this.loginConfig.federatedToken != null){
console.log(`federatedToken: ${this.loginConfig.federatedToken}`);
}
var commonArgs = ["--service-principal",
"-u", this.loginConfig.servicePrincipalId,
"--tenant", this.loginConfig.tenantId,
Expand Down

0 comments on commit 1d2671c

Please sign in to comment.