ezforge_managed— ezForge handles OAuth 2.0 / OIDC. Clients register via the OAuth clients API and tokens are issued by the ezForge authorization server.byoa(Bring Your Own Auth) — The server delegates authentication to an external OIDC provider. You supply the provider’s endpoints and ezForge forwards the token to your MCP server for full JWT verification.
Get auth config
200:
For ezforge_managed:
byoa:
Update auth config
byoa, all four BYOA config fields are required.
Request body — switch to ezforge_managed:
byoa:
Response
200: Updated auth config object (same shape as GET response).