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
{{ message }}
This repository was archived by the owner on Nov 9, 2023. It is now read-only.
Navigate to u2fdemo.appspot.com and register a token
Navigating to https://crxjs-dot-u2fdemo.appspot.com and trying to authenticate with the registered token fails, logging u2f-api.js:532 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('chrome-extension://pfboblefjcgdjicmnffhdgionmgcdmne') does not match the recipient window's origin ('null'). in the console
Navigating to https://noext-dot-u2fdemo.appspot.com and trying to authenticate with the registered token fails, showing a "U2F token is not registered" banner.
Expected behavior
After registering a key @ u2fdemo.appspot.com we should be able to use it to authenticate on any other websites that are in the origins.json
Actual behavior
After registering a key @ u2fdemo.appspot.com we can't sing in to https://crxjs-dot-u2fdemo.appspot.com & https://noext-dot-u2fdemo.appspot.com without re-registering the key there as well.
Steps to reproduce:
u2f-api.js:532 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('chrome-extension://pfboblefjcgdjicmnffhdgionmgcdmne') does not match the recipient window's origin ('null').in the consoleSpecifications
References
The https://u2fdemo.appspot.com/origins.json atm:
{ "trustedFacets" : [{ "version": { "major": 1, "minor" : 0 }, "ids": [ "http://localhost:8888", "https://u2fdemo.appspot.com", "https://crxjs-dot-u2fdemo.appspot.com", "https://noext-dot-u2fdemo.appspot.com", "android:apk-key-hash:bkHnlWEV_jRCPdYGJfwOl7Sn_CLC_2TE3h4TO1_n34I" ] }] }