* Scott Call <
scott...@gmail.com> [2014-07-24 00:11]:
> I just need a little help figuring out if it's my
> config/implementation or a borked SP.
It may just be a mismatch between what your IDP has configured as its
signing key and what key the SP has configured for the IDP.
> The XML is decoded from the encoded response using the saml2debug
> module from simpleSAMLphp itself, so hopefully it properly
> represents the whitespace/etc.
I wouldn't bet on it. At least compare it what the IDP logs on DEBUG.
saml2debug may do different c14n for displaying to a human agent than
what is required/specified in the assertion for example.
Also your testing method might be off (sorry, no suggestions either).
> > What implementation the SAML SP?
>
> It's build into Aspera software's "Console" product. I will contact
> them for support but wanted to check and make sure I wasn't doing
> anything wrong on the IdP side first.
Never heard of that. I still think a misconfigured key on the SP is
more likely, as the message will probably be the same.
If you could check with another implementation (e.g.
testshib.org)
you'll at least have some confidence that your deployment is working
fine. Cf.
http://stackoverflow.com/questions/6063158/public-saml-v2-service-providers-for-testing
-peter