How to configure Clickatell in ArcotAFM properties file for SMS functionality?
search cancel

How to configure Clickatell in ArcotAFM properties file for SMS functionality?

book

Article ID: 45475

calendar_today

Updated On:

Products

CA Advanced Authentication CA Strong Authentication CA Risk Authentication

Issue/Introduction

How do we configure Clickatell service in ArcotAFM properties to send SMS?

Environment

Release: 9.x
Component: Arcot AFM ( CA Adapter)

Strong Authentication

Resolution

Instructions for setting the ClickATellSMSService:

  1. Stop the APP_SERVER.
  2. Open arcotafm.properties present in <ARCOT_HOME>/conf/afm.
  3. Under SMS Service Gateway Configuration present in arcotafm.properties, provide the following details for SMS Class:

                sms.service.impl=com.arcot.integrations.frontend.ClickATellSMSService

  1. Under Click Tell SMS Service configuration present in arcotafm.properties, provide the following   details:

              sms.service.url=http://api.clickatell.com/http/sendmsg?

              sms.service.api.id=123456(Customer_Specific)

              sms.service.account.username=<user-name>(Customer_Specific)

             sms.service.account.user.password=<password> (Customer_Specific)

  1. Configuration for UTF-8 and Sprint Carriers: If OTP message has some UTF-8 characters, set the following value:

             sms.service.unicode=1.

            For Sprint Carrier, set the following values:

            sms.service.account.user.from=52431

            sms.service.account.user.mo=1

            sms.service.unicode=0

     7.Start the Application server to make the changed in effect.

Additional Information

Please connect with the Broadcom Support team to get the Clickatell specific information which is required in arcotafm.properties file.