onify / blueprint-sokigo-abou-index-services

Onify Blueprint: Index services from Sokigo Abou

Home Page:https://onify.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Test suite

Onify Blueprint: Index services from Sokigo Abou

Abou, offered by Sokigo, is a widely used e-service platform in Sweden. Abou enables you to create your own e-services or access ready-made e-services shared by other customers. The platform supports case handling either directly in Abou or through integration with other systems.

This Blueprint demonstrates how Onify can index (all) e-services via Abou:s REST API and the ../api/v2/services/GetServices endpoint.

Note: We are using token-based authentication (recommended) for Abou:s REST API.

Onify Blueprint: Index services from Sokigo Abou

Requirements

These are the technical requirements.

Setup

Abou

To make calls to the Abou API, API users are required, which are administered in the Abou Admin Interface. Token-based authentication means that before making actual API calls, a time-limited token (an encrypted "key" based on JWT, Json Web Token) must be obtained, which then must be included with every API call in the form of a Bearer Authorization Header.

Note: The user also need access to get the services from Abou.

Onify

Add the following settings in Onify.

Key Value Type Tag Role
abou_url *** (eg. https://services.minkommun.se) string abou
abou_username *** (eg. onify) string abou admin
abou_apikey *** password abou admin

Note: Creating settings via admin interface add a trailing _ in key. This is required for flow to work.

Test

  1. Open the BPMN diagram in Camunda Modeler.
  2. Deploy the BPMN diagram (click Deploy current diagram and follow the steps).
  3. Run it (click Start current diagram).

Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Onify Blueprint: Index services from Sokigo Abou

https://onify.co

License:MIT License


Languages

Language:JavaScript 100.0%