Monitor URL transactions
Posted: Tue Nov 25, 2014 4:16 pm
I’m using the following command to verify the ADFS login,
If I gave the wrong credentials, I’m getting the same output. Then I have checked the access logs on the ADFS server, which showed the check actually doing the HTTP GET, not parsing the userid:pwd
Here I'm checking the login of the SSO page straightaway without any redirection.
Thanks
Code: Select all
./check_http -H <adfs-servername> -f follow -I <server-ip> -u '/adfs/ls/IdpInitiatedSignon.aspx' -S --sni -a <userid>:<pwd> -s "Sign Out" -p 443
HTTP OK: HTTP/1.1 200 OK - 12182 bytes in 0.145 second response time |time=0.144998s;;;0.000000 size=12182B;;;0Code: Select all
Nov 25 16:11:08 adfs-server MSWinEventLog|1|Security|37716|Tue Nov 25 16:11:07 2014|403|AD FS Auditing|UWO\SVC.ADFS|N/A|Success Audit|ADFS-server|None||An HTTP request was received. Activity ID: 00000000-0000-0000-c804-0080010000f7 Request Details: Date And Time: 2014-11-25 21:11:07 Client IP: x.x.x.x HTTP Method: GET Url Absolute Path: /adfs/ls/IdpInitiatedSignon.aspx Query string: - Local Port: 443 Local IP: x.x.x.x User Agent: check_http/v2.0.2 (nagios-plugins 2.0.2) Content Length: 0 Caller Identity: - Certificate Identity (if any): - Targeted relying party: - Through proxy: True Proxy DNS name: WAP2|37279Thanks