Search code examples
securitygoogle-chromefido-u2f

U2F multi-facet AppID not working in Chromium v40.x


I use U2F to authenticate users to the web service.

When I deploy U2F with a single-facet AppID in the form of "https://example.com" everything works great. However, when I try providing multi-facet AppID to Chrome browser during the Yubico key registration or authentication, Chrome rejects the AppID immediately (I'm getting error code #2) instead of downloading the JSON file.

Question: is support for multi-facet AppID included in the current Chrome U2F extension (v0.9.6)?


Solution

  • It seems like Chrome is not supporting the standardized way of listing facets (but instead supports another similar way). See this bug report for more information.