Service Provider
Peter Schober
peter.schober at univie.ac.at
Tue Oct 23 15:12:55 EDT 2012
* FHSperling <j.sperling at fh-bingen.de> [2012-10-23 20:13]:
> iám Jens-Uwe Sperling and student at the University of Bingen.
>
> In the University i have a task to install a Service Provider and
> illustrate the SAML Attributes, who sends the Client, on a Browser for
> debugging.
>
> I looked in the C++ Source Code and found the some Classes with the
> Method decode.
Jfyi, you can see the mapped SAML attributes in the Session handler
(by default at /Shibboleth.sso/Session) or get the complete SAML
assertion from the SP's log file (e.g. shibd.logger root categorty on
DEBUG).
You could also grab the assertion from the HTTP user agent during
transmission (and base64-decode it) but unless the attributes are
unencrypted (uncommon with SAML2.0, but can be configured in the IdP,
at least in the Shib IdP trivially allows you to do that).
Unless your "task" is a university assignment and you're require to do
that in codede, of course.
-peter
More information about the dev
mailing list