Inflate request after decoding
Peter Schober
peter.schober at univie.ac.at
Wed Sep 24 14:51:22 EDT 2014
* Mark Hunt <mhunt at boardeffect.com> [2014-09-24 20:29]:
> For my custom SP to properly send out my AuthRequest to the IdP, I
> have to deflate the request before base64 encoding it. Is there a
> way to make sure that the IdP knows this and can properly inflate it
> after decoding? At this time I keep receiving Error Message: Error
> decoding Shibboleth SSO request
That message means that the IDP thinks this is a proprietary
Shibboleth protocol request for SAML1 (probably because you're
accessing the matching profile handler, i.e., you're sending it to the
wrong URL), but the behaviour you describe (base64 and deflate
encoding) is for SAML 2.0 Authentication Requests.
-peter
More information about the users
mailing list