Connector and SDK enhancements
Author:
Fluent Commerce
Changed on:
8 Jan 2024
Target release date: | 2023-12-14 |
---|---|
Release status: | Released |
Description
Simplify your integration to your Identity Provider (IDP) with our new connector.
Enable automatic user and role management. Tasks like user creation, role assignment, user updates, and role deassignment are now automated. This connector generates a SCIM 2.0 protocol endpoint linked with your IDP.
This is enabled by the SCIM 2.0 Protocol Connector, developed with the Connect SDK, to make your IDP integrate seamlessly with Fluent. Find a more detailed overview and configuration guide.
Changelog
- New security module to secure web requests.
- Two methods (listed below) to create SDK context have been deprecated and removed.
`com.fluentcommerce.connect.core.web.BaseController#getApiKey`
`com.fluentcommerce.connect.core.web.BaseController#getToken`
- Core module dependency upgrades.
- Ability to disable handlers via configuration in the application file.
`yaml`
- Integration Test Suite:
- You can now control integration test Spring beans with Spring profiles and properties in the configuration. This change allows you to determine where and when to establish the necessary services for integration tests.
- Resolved a Null Pointer Exception issue that occurred when attempting to send an event to Fluent without providing an event ID via Connect SDK.
- Fixed a missing in the starter-kit.
`docker-compose-localstack.yml`
Released capability depth: | Enhancement, New capability |
---|---|
Release bundle / Capability type: | Connector framework |