issue with webauthn_verify_attestation_response in ios #2062
Unanswered
brijvaailen
asked this question in
Q&A
Replies: 1 comment
-
Since you are running the Hanko backend on your local machine you should see an error in the backend logs. It should look something like this:
The log message should state what went wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
I'm testing the Flow API for registration on native ios, I’ve set up the Hanko server locally and exposed the backend port using ngrok. I also added the iosappid under:
yaml
The registration flow completes successfully until the final step, webauthn_verify_attestation_response, which consistently returns a 500.
Request (cURL)
Note:
I'm executing all steps via Postman. After receiving the public key in webauthn_generate_creation_options, I use that value to get the PublicKeyCredentialAttestationResponse from the mobile app and pass it to webauthn_verify_attestation_response via Postman.
Any insights on why the passkey might be considered invalid?
Beta Was this translation helpful? Give feedback.
All reactions