This makes logs a bit more difficult and confusing to read.
|
this.servicePrincipalId = this.servicePrincipalId ? this.servicePrincipalId : secrets.clientId; |
|
this.mask(this.servicePrincipalId); |
Usually I would expect client-ids to be public information, but this action treats them as a secret.
If there is a reason, perhaps that needs to be documented?
This makes logs a bit more difficult and confusing to read.
login/src/common/LoginConfig.ts
Line 66 in bbcc074
login/src/common/LoginConfig.ts
Line 45 in bbcc074
Usually I would expect client-ids to be public information, but this action treats them as a secret.
If there is a reason, perhaps that needs to be documented?