Using Fiddler to trace a SAML IDP Request from ADFS 2.0

Introduction

Over the past couple of days I have been doing some diagnostics with a partner to setup SSO over a SAML HTTP POST using ADFS. The partner is using the SAML ComponentSpace component. An important part of the diagnostics has been collecting the HTTP POST trace and sending this to the partner for diagnostics. This post shows the steps I went through to trace the HTTP POST using Fiddler.

I saw one MSDN thread that mentioned a similar technique to mine but I wanted to document the steps here because it is not trivial or simple.

Walkthrough

This walkthrough assumes you have already downloaded Fiddler and have setup at least one relying party.

  1. Configure IIS so that it can be used with Fiddler tracing and ADFS. See the following TechNet Wiki article for more information: http://social.technet.microsoft.com/wiki/contents/articles/ad-fs-2-0-continuously-prompted-for-credentials-while-using-fiddler-web-debugger.aspx?wa=wsignin1.0&CommentPosted=true. I did not do this step but I am presenting this here in case you run into the problem presented on the link. When authenticating, I checked the box to remember my password.
  2. Configure Fiddler for processing HTTPS. Open the Fiddler options and check the boxes like shown below. Ignoring server certificate errors is optional:
  3. Open the browser and navigate to https://adfsFQDN/adfs/ls/IdpInitiatedSignOn.aspx. This page will look like:
  4. Choose to sign in. You will receive an authentication box, so authenticate with Windows credentials.
  5. Then you will see a windows similar to the one below:
  6. Before clicking Go, open Fiddler so that the trace will be collected.
  7. Then click Go in the browser. The trace as collected in Fiddler will be collected like in the screenshot below (sorry this screenshot is a pretty large file but it shows a lot of important details):
  8. You will want to find the last page that includes the “adfs/ls” in the list in the left window in Fiddler. Click on that one. Then on the right window choose to see it “Raw”.
  9. Next you want to select all of the encoded blob from the RAW window but not all of the HTTP POST. You can select this blob and copy it.
  10. Then click on the Encoder toolbar button, which gives you the ability to unencode the blob. The SAML POST will be Base64 encoded so you have to unencode it to get the unencoded trace. Choose the option “From Base64” to see the unencoded Samlp response as shown below:

Thanks!

22 thoughts on “Using Fiddler to trace a SAML IDP Request from ADFS 2.0

Add yours

    1. Dominick, I did try out your inspector but it did not parse the SAMLRequest message, only the WS-Fed and Samlp responses. Parsing SAMLRequest is actually not that hard, maybe I will extend your inspector.

      Thanks,

  1. Hey it works for me. Nice to see you have an inspector for it Dominick. I like being able to work with the RAW data myself too.

    Thanks for the comment.

  2. Hi Ben,

    While first time login time I am getting the all IdP details in login page. Once logged in using my one of IdP and once again I login, by default already selected IdP login page connected. I want to login in as different IdP but I cant get the IdP list. Please help me to solve the problem.

    1. I would use the PersistIdentityProvider value set to true if you mainly have one identity provider that you login with. The default behavior is it will only remind you every 30 days which one to use. Set it to false if you often switch identity providers and especially in test mode when you may have many test identity providers. Also know that you can set it to true and customize the HomeRealmDiscovery.aspx.cs page to use a value based on some other property like a cookie or some other programmatic value.

      Thanks

  3. Thanks Ben. I solved the issue. The solution is, need to set the persistIdentityProviderInformation is false in config file.

  4. Thanks Ben for this terriffic tip. I have been searching for a week on this issue. Not much out there. This really saved my bacon… We are just stating ADFS at my company. I’ve got a lot to learn but find it fun and interesting. Thanks again

  5. The access to trace out the saml idp request from idf is great way to setup an proxy using the fiddler.It will helps to generate an http server response so that while running this request you will get to know about the http request response problem.

    Secure Web Access

  6. You can easily use my site to decode SAML and WS Federation messages. You can paste in directly from Fiddler, and it can also extract certificate(s) from metadata files.

  7. I get to see this in Fiddler Raw tab of response
    HTTP/1.1 503 Service Unavailable
    Content-Length: 62
    Connection: close
    Cache-Control: no-cache,no-store
    Pragma: no-cache

    Http/1.1 Service Unavailable

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

Blog at WordPress.com.

Up ↑

%d bloggers like this: