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
AuthenticatorAssertionRawResponse checks for AppID extension, but it uses the copy supplied by the client as JSON/etc from JS Credential.getClientExtensionResults(), without checking that it is the same data as supplied in AuthenticatorData.
This data should be sourced directly from AuthenticatorData CBOR, rather than relying on the client to supply the matching data, and the relevant properties should be removed from AuthenticatorAssertionRawResponse