You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, during sign-in, I have to erase transports from allowCredentials array in the PasskeyGetRequest for it to retrieve the Passkey & sign-in correctly.
The text was updated successfully, but these errors were encountered:
When creating a platform key using the request object from Cognito on iOS (see below), the result response json object is incomplete (see below).
This issue only exists on iOS (tested on 18.2), but not Android. For iOS to work, I need to manually alter the response JSON.
Request JSON
Response JSON
Workaround
The workaround is to add
authenticatorAttachment
andtransports
as following, the the registration workflow works on iOS via Cognito.Then, during sign-in, I have to erase
transports
fromallowCredentials
array in thePasskeyGetRequest
for it to retrieve the Passkey & sign-in correctly.The text was updated successfully, but these errors were encountered: