SAML Request / Response decoding.

Posted by Shawn Cicoria on Geeks with Blogs See other posts from Geeks with Blogs or by Shawn Cicoria
Published on Sat, 29 Jan 2011 14:01:14 GMT Indexed on 2011/01/29 15:26 UTC
Read the original article Hit count: 222

Filed under:

When you’re working with Web SSO integration, sometimes it’s helpful to be able to decode the tokens that get passed around via the browser from the various participants in the trust – RP, STS, etc.

With SAML tokens, sometimes they’re simply base64 encoded when they’re in the POST body; other times they’re part of the query string, which they end up being base64encoded, deflated, then Url encoded.

I always end up putting together some simple tool that does this for me – so, this is an effort to make this more permanent.

It’s a simple WinForms application that is using NetFx 4.0.

image

Download

© Geeks with Blogs or respective owner