mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 20:14:17 +02:00
| .. | ||
| client.py | ||
| README.md | ||
| server.py | ||
Keycloak OAuth Example
Demonstrates FastMCP server protection with Keycloak OAuth.
Requires Keycloak 26.6.0 or later with Dynamic Client Registration enabled.
Setup
-
Configure a Keycloak realm with Dynamic Client Registration enabled and a trusted host policy for your server URL (e.g.
http://127.0.0.1:8000/*). -
Set environment variables:
export KEYCLOAK_REALM_URL="http://localhost:8080/realms/your-realm" -
Run the server:
python server.py -
In another terminal, run the client:
python client.py
The client will open your browser for Keycloak authentication.