Tekelija.Allegro.V9
Simple bridge between v9 and v10 tekelija related messages. It should handle message conversion for ecall, sms and assono publisher messages.
Configuration
Module config
{
"AllegroV9": {
"ECall": null,
"Sms": null,
"Assono": null
}
}
Parameters:
Name | Type | Default | Description |
---|---|---|---|
ECall | bool | false | Perform eCall message conversions |
Sms | bool | false | Perform SMS message conversions |
Assono | bool | false | Perform Assono publisher message conversions |
Message bus config
Configure access to rabbitmq message service bus.
{
"MessageBus": {
"Url": "rabbitmq://localhost",
"Username": null,
"Password": null,
"Endpoint": "<endpoint-name>",
"MessageRepositoryUri": null
}
}
Parameters:
Name | Type | Default | Description |
---|---|---|---|
Url | string | null | RabbitMQ url (rabbitmq://…) |
Username | string | null | RabbitMQ username |
Password | string | null | RabbitMQ user password |
Endpoint | string | null | RabbitMQ endpoint |
MessageRepositoryUri | string | host name | Origin of the call, may have some sense for global call data collection setup |
Authorization config
OpenId authentication configuration.
{
"AuthServer": {
"Issuer": "https://authenticatomatic.urszr.si:22000",
"ClientId": null,
"ClientSecret": null,
"Audience": null
}
}
Name | Type | Default | Description |
---|---|---|---|
Issuer | string | null | OAuth server url |
ClientId | string | null | Authorization app id |
ClientSecret | string | null | Authorization app secret |
Audience | string[] | null | Array of audiences (scope resources) to be used in token validation |
Minimal required configuration is Issuer