Service Provider
Cantor, Scott
cantor.2 at osu.edu
Tue Oct 23 15:10:05 EDT 2012
> 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.
Illustrate how? I'm not sure what it is you want to see. The point of the SP is to hide all that and provide the results its configured to provide by post processing them. If you want that data, it's already there, just read the CGI headers. If you want the original XML, you can obtain that by accessing the assertion received from the IdP. The wiki documents that (see NativeSPAssertionExport I believe).
> I looked in the C++ Source Code and found the some Classes with the
> Method decode.
>
> The classes are Message Decoder and the Decoder Classes
> Base64AttributeDecoder etc.
I don't think you want to be dealing with the code.
> Is that the right way for my Task and when yes. Where can i find the
> decoded XML Attributes?
The decoded attributes are in the headers, as documented.
> Or can i configure the SP for illustrate these SAML Attributes?
You're going back and forth. SAML attributes != decoded attributes. Which do you want?
-- Scott
More information about the dev
mailing list