Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devel:documentation:modules_sms [2020/03/22 16:24]
poulm grammar
devel:documentation:modules_sms [2020/03/22 21:05] (current)
poulm remove link to deprecated ca module
Line 1: Line 1:
-<- .:modules_ca |  ^ .:start | Documentation ^  .:modules_scim | ->+<- .:modules_rec |  ^ .:start | Documentation ^  .:modules_scim | ->
  
 ====== Modules - SMS [sms] ====== ====== Modules - SMS [sms] ======
Line 8: Line 8:
 ===== SMS Sender - GET script ===== ===== SMS Sender - GET script =====
  
-URL of SMS gateway is returned by a script defined in application properties. The script returns URL in "string" and CzechIdM realizes the GET method with this URL. The script composed URL with all necessary parameters like username and password for gateway, text message, number, etc... CzechIdM itself handles the communication including a proxy, security (https).+URL of SMS gateway is returned by a script defined in application properties. The script returns URL in "string" and CzechIdM call the GET method with this URL. The script composed URL with all necessary parameters like username and password for gateway, text message, number, etc... CzechIdM itself handles the communication including a proxy, security (https).
  
 ==== Admin tutorials ==== ==== Admin tutorials ====
   * [[tutorial:adm:modules_sms|Configure SMS module]]   * [[tutorial:adm:modules_sms|Configure SMS module]]
 ==== Developers tutorials ==== ==== Developers tutorials ====
  • by poulm