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("ctl00$Content$btnFor msLogin", "", true, "credentials", "", 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
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("ctl00$Content$btnFor msLogin", "", true, "credentials", "", 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
Comment