Xtralogic
unread,Jul 15, 2026, 11:36:27 PM (10 days ago) Jul 15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to iwa-dev, koro...@google.com, iwa-dev, Xtralogic
Hi Olga,
we have tested the new "WebAuth Remote Desktop Override" permission in the Admin console and it works on ChromeOS fine. Thanks!
We hit a fundmental problem with the remoteDesktopClientOverride extension though. I know it was designed for remote desktop use case, but
it still does not seem to allow WebAuthn redirection implementation. The problem is that sometimes a browser or remote server randomly inject a so called anti-templating member "other_keys_can_be_added_here" into clientDataJSON they are generating. Then it is injected by any side the clientDataJson generated by a browser and clientDataJson generated by the remote server do not match, as a result the signature generated by the local browser does not pass verification on the server.
A solution for this would be to use the upcoming remoteClientDataJSON extension which W3C has recently standardized, it allows the remote host to pass down the exact clientDataJSON string it expects, rather than forcing the local browser to spoof he origin.
I am wondering when is the remoteClientDataJSON extension projected to be available on ChromeOS?