Skip to content

Commit db60e09

Browse files
committed
Add temporary debug info
1 parent 4c93129 commit db60e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/uid2/shared/secure/AzureCCCoreAttestationService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public void attest(byte[] attestationRequest, byte[] publicKey, Handler<AsyncRes
4646
log.debug("Validating policy...");
4747
var encodedPublicKey = Utils.toBase64String(publicKey);
4848

49+
log.info("Kat debug attestation...tokenPayload: ", tokenPayload);
4950
var enclaveId = policyValidator.validate(tokenPayload, encodedPublicKey);
5051

5152
if (allowedEnclaveIds.contains(enclaveId)) {

0 commit comments

Comments
 (0)