Service Provider

j.sperling at fh-bingen.de j.sperling at fh-bingen.de
Wed Oct 24 03:38:50 EDT 2012


Thank you very much for your help.

I want illustrate like Webbrowser.
But first a little bit for my understanding.
The abstract proceed in Federeted Identity is like these steps:

- User want use a Application, now he can go to the SP or to the IdP.
- When the User go to the SP the SP send a request to the IdP
- now the IdP verified the User (the user must login in the System).
- the IdP send a response to the SP in this Response is a XML File in  
SAML Standard, the Assertion.
- The user can use the Application

Okay thats very Abstract but hope you understand me. I need the  
response from the IdP the whole XML File (Assertion File).
When i have the file i can read it and give it out in the Browser.

We need the SP for decoding the File.
I don´t want modify the Code. The maximum what i want do is  
programming a modul for the SP.
And the minimum what i want do is configure SP to give me the File.

Its only for Debugging. Send the XML File(Assertion File) to the  
Server and look who is the mistake in my file.



Quoting "Cantor, Scott" <cantor.2 at osu.edu>:

>> 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
>
>
> --
> To unsubscribe from this list send an email to dev-unsubscribe at shibboleth.net
>



More information about the dev mailing list