still a few issues with login script to shibboleth identity server

Cantor, Scott cantor.2 at osu.edu
Tue Oct 9 11:28:42 EDT 2012


On 10/9/12 11:00 AM, "Joseph Norris" <jozefn at sonic.net> wrote:

>Thanks for all the help with this issue - I have learned a great deal.
>
>Now I am able to send my request to the identity server however......
>
>The identity server is returning an error:
>
>org.opensaml.ws.message.decoder.MessageDecodingException: Unable to
>Base64 decode incoming message

I at least am still unconvinced that what you're trying to do makes sense.
You should not be sending requests to the IdP, that's the job of the SP.
If you're not running an SP, then that's a different matter. Then you'd be
trying to implement your own, which is a very different set of issues, and
much more work.

>I am using perl with:  use MIME::Base64 qw(encode_base64url);
>
>Is this not encoding my xml request correctly? Is there a different perl
>module that I should be using?

I don't think you should be doing it at all, or at least that isn't
self-evident.

-- Scott




More information about the users mailing list