Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/toolhive/guides-vmcp/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@ stringData:
clientSecret: <YOUR_CLIENT_SECRET>
```

:::tip

For step-by-step walkthroughs with Microsoft Entra ID or Okta, including app
registration, group/role configuration, and deployment YAML, see
[Connect ToolHive to an enterprise identity provider](../integrations/vmcp-idp-overview.mdx).

:::

### Kubernetes service account tokens

Authenticate using Kubernetes service account tokens for in-cluster clients:
Expand Down Expand Up @@ -615,6 +623,8 @@ automatically include your GitHub access token.
multiple backends are presented to clients
- [Set up audit logging](./audit-logging.mdx) to track authentication decisions
and request activity
- [Connect ToolHive to an enterprise identity provider](../integrations/vmcp-idp-overview.mdx)
for IdP-specific setup guides covering Entra ID and Okta

## Related information

Expand Down
1 change: 1 addition & 0 deletions docs/toolhive/guides-vmcp/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ guide.
- [Optimize tool discovery](./optimizer.mdx)
- [Scaling and performance](./scaling-and-performance.mdx)
- [Proxy remote MCP servers](../guides-k8s/remote-mcp-proxy.mdx)
- [Connect ToolHive to an enterprise identity provider](../integrations/vmcp-idp-overview.mdx)
Loading