Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 873 Bytes

File metadata and controls

28 lines (22 loc) · 873 Bytes
title MCPOIDCConfig
description Schema reference for MCPOIDCConfig, which configures OIDC-based incoming authentication for MCP servers.
displayed_sidebar toolhiveSidebar
toc_max_heading_level 4

MCPOIDCConfig defines OIDC authentication settings that can be shared across multiple MCP workloads. MCPServer, MCPRemoteProxy, and VirtualMCPServer reference an MCPOIDCConfig via spec.oidcConfigRef to validate incoming tokens.

API: toolhive.stacklok.dev/v1beta1 · Scope: Namespaced · Short names: mcpoidc

Example

apiVersion: toolhive.stacklok.dev/v1beta1
kind: MCPOIDCConfig
metadata:
  name: my-mcpoidcconfig
  namespace: default
spec:
  type: kubernetesServiceAccount

Schema