Ideas and thoughts about Microsoft Identity, C# development, cabbages and kings and random flotsam on the incoming tide
Monday, October 29, 2012
ADFS : I want to see the SAML data
There are a number of ways to see the SAML data.
Fiddler is one way.
You can use the TextWizard to URL decode and SAML decode. Refer my update on this - SAML : Encoding / decoding a trace
Refer Using Fiddler to trace a SAML IDP Request from ADFS 2.0
Dominick Baier wrote a Fiddler Inspector for Federation Messages.
Also described here : Viewing SAML/Federation response in Fiddler.
Also, the Troubleshooting WS-Federation and SAML2 Protocol tool.
There's also the Feide SAML 2.0 Debugger.
And a URL Decoder/Encoder.
And another SAML 2.0 debugger.
But my favourite way is to use the:
SAML Tracer
which is a FireFox add-on..
Or Auth0 SAML tool
Or the Chrome SAML extension:
SAML Chrome extension
And there are some more tools here:
Collection of Useful SAML Tools
Enjoy!
Subscribe to:
Post Comments (Atom)
1 comment:
There is a more convenient method to view SAML Response in Fiddler. This is described at this blog - http://tech-turf.blogspot.com/2015/09/viewing-samlfederation-response-in.html
Post a Comment