Symantec Access Management

 View Only
  • 1.  sending SMS alerts to users

    Posted May 05, 2020 02:37 AM
    Hello Community,

    How can we send SMS to users after they logged in, that you are successful logged in particular time with particular system IP.
    We are using Siteminder 12.5 integrated with Identity manager 12.6.

    Please suggest process or any products to achieve my requirement.

    Regards,
    Girish Chandra


  • 2.  RE: sending SMS alerts to users

    Broadcom Employee
    Posted May 06, 2020 01:41 AM
    Hi Girish

    Your requirement is not supported as out of the box. However, it can be done with a certain level of coding with SMS API.

    In SiteMinder, please create AuthAccept Rule event, which can be redirected the user to the specific web page after authentication. Let's say that it is "login_success.jsp". In that JSP page, it can send SMS message after reading  user ID and IP address information. Here is URL for SMS Java API sample in clickatell. https://www.clickatell.com/developers/api-documentation/java/ 

    By the way, SiteMinder 12.52 and IDM 12.6 are out of support. Please upgrade SiteMinder and IDM with supported version.

    Kind regards

    B.K.


  • 3.  RE: sending SMS alerts to users

    Posted May 08, 2020 02:08 AM
    Hello Sir,

    Thanks for your advise, Presently we are using form based authentication.
    Can you please explain how to redirect java coded JSP after entering credentials and before landing target page.

    We also planning for upgrade to latest version.


    Regards,
    Girish Chandra


  • 4.  RE: sending SMS alerts to users
    Best Answer

    Broadcom Employee
    Posted May 09, 2020 01:30 AM
    Hi Girish

    You can find the information from https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-identity-and-access-management/single-sign-on/12-8-03/configuring/policy-server-configuration/global-policies-rules-and-responses/how-to-configure-global-policies.html

     Instead of global policy, you can also use onAuthAccept events in specific realm with rule. Here is a sample screen in the specific realm and rule.

    1. Create rule for OnAuthAccept event

    2. Create a OnAccessRedirect response. In the variable value, you can put URL after authentication.

    3.  Assign the rule and response to redirect the page after authentication.


    4. Test with SiteMinder tool (The user is redirected to https://support.broadcom.com after authentication.)

    Please contact your Broadcom sales team or partner for implementation support.

    Kind regards

    B.K.