Add TokenBinding to WebAuthN (desktop) |
|||||||||
Issue descriptionActually add the TokenBindingID to the CollecteClientData to be signed over by the authenticator.
,
Mar 31 2018
Kim, what's the urgency of this? Can you please update it below? (Removing OWNER for the moment until priority is defined.)
,
Mar 31 2018
,
Mar 31 2018
,
Apr 2 2018
It's not urgent, but it'd be nice to have for M68. Note also that Token Binding is still controlled by a flag, which will need to be taken into account when adding support. https://cs.chromium.org/chromium/src/components/network_session_configurator/common/network_features.cc
,
Apr 3 2018
,
Apr 4 2018
,
Jun 5 2018
,
Jan 9
|
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by kpaulhamus@chromium.org
, Mar 23 2018Status: Assigned (was: Available)
Summary: Add TokenBinding to WebAuthN (desktop) (was: Add TokenBinding to WebAuthN)
From Anupam: "//src/content/browser/webauth/authenticator_impl.cc needs to do something like BrowserContext* browser_context = render_frame_host->GetProcess()->GetBrowserContext(); StoragePartition* storage_partition = BrowserContext::GetDefaultStoragePartition(browser_context); and then, like in //src/extensions/browser/api/messaging/message_property_provider.cc void MessagePropertyProvider::GetChannelID() asynchronously get the appropriate channel id."