This repository contains examples of SIP Adapters, which demonstrate main features of the SIP Framework and how to use them.
Configuration Handlers Demo - Adapter which demonstrates how to add and use configuration handlers (exception handlers, intercepts).
Connector Orchestration Demo - Adapter which demonstrates how to add and use processors which transform/handle request or response inside connectors and how to order them.
Inbound Service Security Demo - Adapter which shows how to add spring security to an adapter. Secured with OIDC (keycloak).
Outbound Service Security Demo - Adapter which demonstrates how to fetch a token from a secured server and later use it in a request to an external service.