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
Copy file name to clipboardExpand all lines: modules/proc-mcp-gateway-authorization.adoc
+2-31Lines changed: 2 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,40 +13,13 @@ The following example demonstrates using a Kuadrant `AuthPolicy` custom resource
13
13
14
14
* You installed {mcpg}.
15
15
* You installed {prodname}.
16
-
* You configured a `Gateway` object with an `mcp` listener.
16
+
* You configured a `Gateway` object with an `mcp` listener and an `mcps` listener. The `mcps` listener is required for internal `tools/call` routing and authorization.
17
17
* You completed authentication procedures, including creating an `AuthPolicy` CR on the `mcp` listener.
18
18
* You configured your identity provider to include `group` and `role` claims in JSON Web Tokens (JWT).
19
19
* The identity provider client IDs match the namespaced `MCPServerRegistration` name in the format `_<namespace>_/_<mcpserverregistration_name>_`.
20
20
21
21
.Procedure
22
22
23
-
. Add an `mcps` listener to the `Gateway` object for internal `tools/call` routing by using the following command as an example:
0 commit comments