Open rogervinas opened 1 month ago
Thanks @JesusMcCloud we will take a look at WARDEN
I think it really depends, whether this makes sense for you. Don't get me wrong: We're always happy about new users, because it is an opportunity to gather feedback and improve, but if you are only interested in iOS, that additional layer of indirection may not be worth it. In this case, it's probably easier to just use this library here.
On a related note: We're reworking the iOS attestation format to emulate key attestation and neither back-end nor iOS samples in the WARDEN repo have been updated yet.
What I showed you was a peek into the next release, to stress that there's indeed hashing going on. Here's the corresponding client code including hashing, from our Supreme KMP crypto provider.
Hello! First of all, great library π
I am checking it using Apple's Attestation Object Validation Guide sample and I get an error "The attestation's nonce is invalid"
I think the problem is in Apple's documentation sample because in step 2:
They really do not do the SHA256 of the server challenge but append its plain bytes instead.
I already submitted this feedback to Apple's documentation.
Anybody else encountered this problem? π