Skip to content

Commit

Permalink
Added Apple to registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Sep 11, 2024
1 parent 608ec13 commit 5216b30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private async Task CreateCredential()
Timeout = 360000,
Hints = ["client-device"],
Attestation = AttestationConveyancePreference.Direct,
AttestationFormats = [AttestationFormat.Packed, AttestationFormat.AndroidKey, AttestationFormat.AndroidSafetyNet, AttestationFormat.TPM]
AttestationFormats = [AttestationFormat.Packed, AttestationFormat.AndroidKey, AttestationFormat.AndroidSafetyNet, AttestationFormat.TPM, AttestationFormat.Apple]
}
};
credential = await container.CreateAsync(options) is { } c ? new PublicKeyCredential(c) : null;
Expand Down

0 comments on commit 5216b30

Please sign in to comment.