API
The SSO Workflow Bridge API is a Java Spring Boot application that we built and sell that acts as a bridge between your Identity Provider (IdP) and LittleHorse.
If you interested in integrating the SSO Workflow 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 SSO Workflow Bridge API exposes RESTful endpoints. To understand the available endpoints and how to interact with them:
- Start the SSO Workflow Bridge API service
- Access the OpenAPI/Swagger documentation at
/swagger-ui.html
(typicallyhttp://localhost:8089/swagger-ui.html
if running locally) - The API specification will show all available endpoints, required parameters, and response formats
SSO Workflow Bridge API Client
You can use the SSO Workflow Bridge API Client to interact with the SSO Workflow Bridge API. This typescript library provides type-safe access to the SSO Workflow Bridge API through functions that call endpoints under the hood.