Skip to content

Commit 9dcfda3

Browse files
Update _posts/2025-04-28-secure-mcp-sse-server.adoc
Co-authored-by: Clement Escoffier <[email protected]>
1 parent 33da994 commit 9dcfda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-28-secure-mcp-sse-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ While it will take a bit of time for the new MCP specification to be widely supp
1616

1717
You only need an MCP client that can receive an access token and pass it to the MCP server and, obviously, an MCP server that verifies the token.
1818

19-
In this post, we will create a https://github.com/quarkiverse/quarkus-mcp-server[Quarkus MCP SSE Server] that requires authentication to access its tools.
19+
In this post, we will detail how you can enforce authentication with the https://github.com/quarkiverse/quarkus-mcp-server[Quarkus MCP SSE Server].
2020

2121
We will first use Keycloak as an OpenID Connect (OIDC) provider to login and use a Keycloak JWT access token to access the server with `Quarkus MCP SSE Server Dev UI` in dev mode.
2222

0 commit comments

Comments
 (0)