mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 12:04:18 +02:00
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
20 lines
601 B
Text
20 lines
601 B
Text
---
|
|
title: keycloak
|
|
sidebarTitle: keycloak
|
|
---
|
|
|
|
# `fastmcp.server.auth.providers.keycloak`
|
|
|
|
|
|
Keycloak authentication provider for FastMCP.
|
|
|
|
## Classes
|
|
|
|
### `KeycloakAuthProvider` <sup><a href="https://github.com/PrefectHQ/fastmcp/blob/main/src/fastmcp/server/auth/providers/keycloak.py#L15" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
|
|
|
|
|
|
Keycloak authentication provider using Dynamic Client Registration (DCR).
|
|
|
|
Requires Keycloak 26.6.0 or later, which includes the fix for DCR compatibility
|
|
with MCP clients (https://github.com/keycloak/keycloak/pull/45309).
|
|
|