Developent Tools
SAML tools to assist with development
SAML tracer plugin
Use the SAML tracer plugin to capture SAML assertions/responses.
Download
SAML Tracer
- Get and install the Firefox add-on here: (https://addons.mozilla.org/en-US/firefox/addon/saml-tracer/)
- Once it's installed, click on the orange SAML logo, in Firefox's menu bar, to open the add-on.
- This will will open up another window. In the top half of the window, it will display all of the HTTP calls that are made while you are accessing sites from your web browser, Firefox.
- If you click each of the HTTP calls, it will display more information in the lower half of the window.
- For example, If you click on the SAMLRequest
https://shib.oit.duke.edu/idp/profile/SAML2/Redirect/SSO?SAMLRequest=jZLNboMwEIRfBfkeHEhSghWQaHJopL...
you can see three more tabs of information:
- HTML This shows the entire HTTP call, with headers.
- Parameters This shows the raw SAML Request or Response.
- SAML This shows the base64 decoded Request or Response, which contains a wealth of information. For example, you can see the actual AssertionConsumerService URL that the SP is using from this.