Hello,
we would like to use Nagios (and Webinject) to monitor a corperate Microsoft CRM 2011 Website. The problem is that Microsoft has implemenented a complicated claims based authentication which not even Web Inject supports. I know its a long shot, but do you have any support for such methods of authentication or at least can recommend a plugin that can handle such requests. I am attaching a Screenshot detailing the authentication process for your reference. Any help would be greatly appreciated.
Regards
Knut Seifert
Sievers Communications Wiesbaden, Germany
Claims based Authentication for Microsoft CRM 2011
Claims based Authentication for Microsoft CRM 2011
You do not have the required permissions to view the files attached to this post.
Re: Claims based Authentication for Microsoft CRM 2011
I've had a conversation with a Customer that uses Selenium to accomplish more complicated web checks that webinject can't do. Selenium records actions taken in a web browser, and then turns those actions into code in a few different programming languages, which would allow you to create a check from it. That might be a decent option for you to look into.