How to display SAML assertion from GetAssertion

nibiau at free.fr nibiau at free.fr
Tue Dec 3 09:58:05 EST 2013


OK I found the origin of my issue.
The server replied correctly the SAML message , my issue was in the XML display in HTML format ...
So everything is fine now.

Tks
Nicolas

----- Mail original -----
De: "Scott Cantor" <cantor.2 at osu.edu>
À: "Shib Users" <users at shibboleth.net>
Envoyé: Mardi 3 Décembre 2013 15:43:53
Objet: Re: How to display SAML assertion from GetAssertion

On 12/3/13, 5:20 AM, "nibiau at free.fr" <nibiau at free.fr> wrote:

>I have configured the Shibboleth SP over apache2 .
>I have configured the different exports to activate the GetAssertion url
>to get the SAML assertion.
>The GetAssertion url is well usable and I can get a content from it.
>But I don't understand how is encoded the message.
>Indeed , for me the message should be only base 64 encoded but I tried to
>decodeBase64 the message but it doesn't work.
>Moreover , in the HTTP header I can see : Content-Encoding: gzip

That would be the work of your web server, the SP isn't doing any
encoding. It's just raw XML, and the MIME type should be appropriate per
the SAML specification.

So I would assume you need to fix your web server to stop encoding that if
your client can't handle it.

-- Scott


--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list