You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: auth-for-mcp/fastmcp-mcp-js/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,18 @@ auth0 tenants list
46
46
47
47
### Step 2: Configure Tenant Settings
48
48
49
-
Next, enable tenant-level flags required for Dynamic Client Registration (DCR) and an improved user consent experience.
49
+
Next, enable tenant-level flags required for Client ID Metadata Document (CIMD) and Dynamic Client Registration (DCR) registration for an improved user consent experience.
50
50
51
-
-`enable_dynamic_client_registration`: Allows MCP tools to register themselves as applications automatically.
51
+
-`client_id_metadata_document_supported`: Allows MCP tools to be accessed by CIMD clients. MCP Clients should prioritize pre-registered clients and CIMD clients prior to using DCR per the current [MCP specification](https://modelcontextprotocol.io/specification/2025-11-25/basic/authorization#client-registration-approaches).
52
+
-`enable_dynamic_client_registration`: Allows MCP tools to register themselves as applications automatically via DCR.
0 commit comments