REST SMS Provider

To give full flexibility, Curity provides a REST API towards which the organization can build a small SMS REST service. This allows an organization to integrate against any SMS provider in a simple way and without having to extend the functionality of Curity.

Configuration#

To configure the REST SMS Provider it requires an HTTP Client configured with the trust settings needed to connect to the backend.

ConfigurationMandatoryDescription
hostnameYesThe hostname or IP address of the web service.
portYesThe port of the web service. Default is set to 80.
contextNoThe URL path component or context of the web service.
http-clientYesThe reference to the Http Client.

The above parameters are used to configure the REST sms provider in the facilities section.

Configuring a REST SMS Provider facility in the Curity Admin UI
Configuring a REST SMS Provider facility in the Curity Admin UI. (Admin UI version: 10.6)

For more information on how to develop a REST SMS service see the developer guide .

Was this helpful?