We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bbccd commit e5c50f8Copy full SHA for e5c50f8
1 file changed
docs/ai/mcp/mcp_config.md
@@ -20,11 +20,11 @@ MCP Servers feature doesn't come with a default configuration.
20
You have to create your own MCP servers through [their configuration](#mcp-server-configuration)
21
and [enable JWT athentication for them](#jwt).
22
23
-## Authentication
+## Authentication configuration
24
25
-### JWT
+### JWT MCP firewall
26
27
-MCP servers use JWT for authentication.
+AI agents use JWT authentication against [[= product_name =]]'s MCP servers.
28
29
In `config/packages/lexik_jwt_authentication.yaml`, [enable the `authorization_header` token extractor](development_security.md#jwt-authentication)
30
to allow the use of JWT token bearer in `Authorization` header.
0 commit comments