Installing AriadNext
IMPORTANT!
Before proceeding with the installation, customers must set up an AriadNext account. The user name and password is obtained from the AriadNext platform. Additional information can be discussed with FintechOS sales representatives.
Before proceeding with the installation, customers must set up an AriadNext account. The user name and password is obtained from the AriadNext platform. Additional information can be discussed with FintechOS sales representatives.
1 Install the SysPacks
- Download the SySDigitalSolutionPackages.zip archive.
- Unzip the archive and follow the instructions from the SysPacks Installation page,
2 Set up the AriadNext service subscription key
On the FintechOS Portal or B2C environment, open the web.config file in a text editor and add the following entries in the <appSettings> section, or in Vault:
| Key Path | Key Name | Value |
|---|---|---|
| kv/<environment>/<FintechOS Portal instance>/app-settings | FTOSServicesAriadNextEndpoint | DCS web app endpoint URL provided by FintechOS. |
| kv/<environment>/<FintechOS Portal instance>/app-settings | FTOSServicesAriadNextAppId | ID for the AriadNext service subscription. |
| kv/<environment>/<FintechOS Portal instance>/app-settings | FTOSServicesAriadNextSubscriptionKey | Subscription key for the ArdiadNext service. |
Copy
{
"FTOSServicesAriadNextEndpoint": "URL"
"FTOSServicesAriadNextAppId": "APP-ID"
"FTOSServicesAriadNextSubscriptionKey": "SUBSCRIPTION-KEY"
}
| Key | Value |
|---|---|
| FTOSServicesAriadNextEndpoint | DCS web app endpoint URL provided by FintechOS. |
| FTOSServicesAriadNextAppId | ID for the AriadNext service subscription. |
| FTOSServicesAriadNextSubscriptionKey | Subscription key for the AriadNext service. |
Copy
<add key="FTOSServicesAriadNextEndpoint" value="https://"/>
<add key="FTOSServicesAriadNextAppId" value="AppID"/>
<add key="FTOSServicesAriadNextSubscriptionKey" value="SubscriptionKey"/>