Skip to main content

Backend

The User Tasks Bridge Backend is a Java Spring Boot application that we built and sell that acts as a bridge between your Identity Provider (IdP) and LittleHorse.

You can read the OpenAPI Spec for more specific details.

info

If you interested in integrating the User Tasks Bridge with your organization's Identity Provider, we're here to help! Contact us at sales@littlehorse.io to learn more about our offerings and how we can support your production deployment needs.

Configuration

For configuration instructions, please refer to the Configuration Guide.

Direct API Interaction

The User Tasks Bridge Backend exposes RESTful endpoints. To understand the available endpoints and how to interact with them:

  1. Start the User Tasks Bridge Backend service
  2. Access the OpenAPI/Swagger documentation at /swagger-ui.html (typically http://localhost:8089/swagger-ui.html if running locally)
  3. The API specification will show all available endpoints, required parameters, and response formats

User Tasks Bridge API Client

You can use the User Tasks Bridge API Client to interact with the User Tasks Bridge Backend. This typescript library provides type-safe access to the User Tasks Bridge Backend through functions that call endpoints under the hood.