File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
examples/servers/proxy-auth Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ The servers can be configured using either:
20202 . ** Environment variables** (loaded from ` .env ` file when present)
2121
2222Example ` .env ` file:
23- ```
23+
24+ ``` env
2425# Auth Server Configuration
2526AUTH_SERVER_HOST=localhost
2627AUTH_SERVER_PORT=9000
@@ -58,6 +59,7 @@ uv run mcp-proxy-auth-as
5859```
5960
6061** What it provides:**
62+
6163- OAuth 2.0 flows (authorization, token exchange)
6264- Token introspection endpoint for Resource Servers (` /introspect ` )
6365- Client registration endpoint (` /register ` )
@@ -87,9 +89,13 @@ uv run mcp-proxy-auth-combo
8789## How It Works
8890
8991The proxy OAuth server acts as a transparent proxy between:
92+
90931 . Client applications requesting OAuth tokens
91942 . Upstream OAuth providers (like GitHub, Google, etc.)
9295
9396This allows MCP servers to leverage existing OAuth providers without implementing their own authentication systems.
9497
95- The server code is organized in the ` proxy_auth ` package for better modularity.
98+ The server code is organized in the ` proxy_auth ` package for better modularity.
99+
100+ ``` text
101+ ```
You can’t perform that action at this time.
0 commit comments