This article describes how to set up an AriadNext connector. The connector generates a Two-Dimensional Document (2D-DOC) (a specific French barcode format) using the AriadNext external system. The purpose is to allow inclusion of data and ensure the authenticity of the document through digital signatures.
Info |
---|
|
In this article, <SMARTIDHOME> refers to /home/nexus, but this can be different depending on the setup. |
Expand |
---|
|
- The Smart ID version needs to be 22.10.x as a minimum.
|
Step-by-step instruction
Note |
---|
Ensure that you have the required authorization and certificate for accessing the AriadNext SOAP service before using this connector. See "Set up AriadNext" below for more information. |
...
Expand |
---|
|
The AriadNext system is configurable using the config/ariad-next.yaml file. You can configure host, security, and image polish settings in the configuration file. DockerOpen the environment file <SMARTIDHOME>/compose/smartid.env for editing. Set the properties for the following three variables to fit your deployment:
PRIME_CONNECTORS_VERSION=2305.0.0
# -- AriadNext properties
ARIAD_NEXT_CONNECTOR_PORT=7077
ARIAD_NEXT_CONNECTOR_CERT_RESOLVER=le
ARIAD_NEXT_CONNECTOR_PREFIX=ariad-next-connector
- Update the docker/compose/identitymanager/ariad-next-connector/docker-compose.yml
Tomcat (stand-alone)- Adapt the config files in the WEB-INF/classes/config folder.
|
...