Returns the OAuth 2.0 Authorization Server Metadata document per RFC 8414.
After fetching the Protected Resource Metadata, MCP clients fetch this endpoint to discover Bifrost’s OAuth endpoints (register, authorize, token) and capabilities (PKCE methods, grant types, etc.).
Returns 404 when no MCP clients are configured with auth_type: per_user_oauth.
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Authorization server metadata
OAuth 2.0 Authorization Server Metadata per RFC 8414. Returned by /.well-known/oauth-authorization-server to let MCP clients discover Bifrost's OAuth endpoints and capabilities.
Authorization server issuer URL (Bifrost base URL)
"https://your-bifrost-domain.com"
Authorization endpoint URL
"https://your-bifrost-domain.com/api/oauth/per-user/authorize"
Token endpoint URL
"https://your-bifrost-domain.com/api/oauth/per-user/token"
Dynamic client registration endpoint URL
"https://your-bifrost-domain.com/api/oauth/per-user/register"
["code"]["authorization_code"]Supported PKCE methods (only S256)
["S256"]Supported token endpoint auth methods (public clients only)
["none"]["mcp:read", "mcp:write"]