@eskimo
Yes, Authorisation plug-in.
Post
Replies
Boosts
Views
Activity
Solved: By testing the app on macOS 12, we realized that, it is not possible to make the connection between the service and the driver if the Sandbox is TRUE. But on macOS 13 and later no need to Disable the Sandbox.
And I also think this happened after the update to version 17.1
@garrett-davidson
It's solved, The problem was related to the response data (authData).
For me, it works when call it from the extension but not when called from the host app.
I have the same issue.
@Sathish95
You should read the ** FIDO** and Webauthn documentation.
https://fidoalliance.org/specs/fido-v2.0-rd-20180702/fido-client-to-authenticator-protocol-v2.0-rd-20180702.html#authenticatorMakeCredential
https://www.w3.org/TR/webauthn/#attestation-objects
Thank you @garrett-davidson
The problem is exactly about adding the identities to the** ASCredentialIdentityStore** and now the problem is solved.