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
Description:
Currently, Langflow allows generating MCP (Model Context Protocol) servers from individual flows, which is a powerful feature for model deployment and contextual interaction.
This feature request proposes adding support for OAuth2 authentication — specifically using Keycloak — to the generated MCP servers, in line with the official MCP authorization specification.
Why this is useful:
Ensures that access to generated MCP endpoints is secure and compliant with modern authentication practices.
Makes it easier to integrate with enterprise identity providers (via Keycloak).
Aligns Langflow-generated MCP servers with the recommended standards for authentication as defined in the MCP specification.
Automatically inject the necessary auth configuration into generated MCP server code.
Provide options in the UI to enable or disable authentication when exporting/generating a server.
Related resources:
MCP Authorization Spec: Related PR: #7346 (OAuth2/Keycloak support for Langflow)
Additional context:
This could open the door for broader adoption of Langflow-generated MCP servers in production environments with stricter authentication requirements.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Currently, Langflow allows generating MCP (Model Context Protocol) servers from individual flows, which is a powerful feature for model deployment and contextual interaction.
This feature request proposes adding support for OAuth2 authentication — specifically using Keycloak — to the generated MCP servers, in line with the official MCP authorization specification.
Why this is useful:
Proposed approach:
Related resources:
MCP Authorization Spec: Related PR: #7346 (OAuth2/Keycloak support for Langflow)
Additional context:
This could open the door for broader adoption of Langflow-generated MCP servers in production environments with stricter authentication requirements.
Beta Was this translation helpful? Give feedback.
All reactions