Ad Widget

Collapse

Web monitoring with SSO web application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • atelesca
    Junior Member
    • Mar 2012
    • 6

    #1

    Web monitoring with SSO web application

    Hello,
    I would like to perform web monitoring on a web application that applies single sign on to authenticate users.
    I don't understand which fields to insert in the web monitoring scenario configuration, I am following the example on http://www.zabbix.com/documentation/...web_monitoring.
    If I look at the source page of the SSO page I am redirected when I access my web application I see:
    <input name="ctl00$Contect$txtFormsLogin" type="text" id="ctl00_Content_txtFormsLogin" />
    <input name="ctl00$Content$txtFormsPassword" type="password" id="ctl00_Content_txtFormsPassword" />
    <input type="submit" name="ctl00$Content$btnFormsLogin" value="Sign in" onclick="javascript:WebForm_DoPostBackWithOptions( new WebForm_PostBackOptions(&quot;ctl00$Content$btnFor msLogin&quot;, &quot;&quot;, true, &quot;credentials&quot;, &quot;&quot;, false, false))" id="ctl00_Content_btnFormsLogin" />

    In the login scenario I am putting:
    ctl00$Content$txtFormsLogin={login}&
    ctl00$Content$txtFormsPassword={password}&
    ctl00$Content$btnFormsLogin={enter}

    As login and password macros there are the credentials I use when authenticating interactively but I don't know what to put as {enter}.

    Could anyone help?
    Cheers,
    Adriana
  • AlexDiamantopulo
    Junior Member
    • Mar 2016
    • 6

    #2
    RE: Web monitoring with SSO web application

    Have you managed to get it working?
    I have the same issue.
    Last edited by AlexDiamantopulo; 21-02-2017, 17:47. Reason: typo

    Comment

    • slamck
      Junior Member
      • Feb 2019
      • 1

      #3
      We have the same issue. Is there a fix for this?

      Comment

      Working...