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.
| Configuration | Mandatory | Description |
|---|---|---|
hostname | Yes | The hostname or IP address of the web service. |
port | Yes | The port of the web service. Default is set to 80. |
context | No | The URL path component or context of the web service. |
http-client | Yes | The reference to the Http Client. |
The above parameters are used to configure the REST sms provider in the facilities section.

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