Web Authentication Proxy

webAuthenticationProxy
High RiskCategory: CommunicationView Official Docs

Install Warning

"Read and change all your data on all websites."

Technical Context

Allows the extension to intercept Web Authentication API requests, enabling custom handling of security key interactions. This is used for remote desktop or testing scenarios.

What This Means For You

The extension can intercept security key authentication requests. This is highly specialized and used for remote access to security keys.

Related APIs

This permission enables access to these Chrome APIs:

chrome.webAuthenticationProxy

Common Use Cases

  • Remote desktop
  • Security key management

How to Declare in manifest.json

Add the "webAuthenticationProxy" permission to your extension manifest:

{
  "manifest_version": 3,
  "name": "My Extension",
  "permissions": [
    "webAuthenticationProxy"
  ]
}

What Users Will See

When users install your extension, Chrome will display this warning:

This extension can:

"Read and change all your data on all websites."

Related Permissions